]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
a touch of cleanup
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sun, 21 Dec 2008 08:54:06 +0000 (08:54 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sun, 21 Dec 2008 08:54:06 +0000 (08:54 +0000)
git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@372 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

zephyr/server/subscr.c

index e71cc835166132dc726a8aea09cb41ce3be77c3a..469459033ae7085b8357654de01ebd7b4034dd26 100644 (file)
@@ -1036,7 +1036,6 @@ subscr_realm_sendit(Client *who,
   snotice.z_recipient = "";
   snotice.z_kind = ACKED;
   snotice.z_num_other_fields = 0;
-  snotice.z_default_format = "";
   snotice.z_sender = who->principal->string;
   snotice.z_recipient = notice->z_recipient;
   snotice.z_default_format = notice->z_default_format;
@@ -1315,7 +1314,6 @@ subscr_realm_subs(ZRealm *realm)
       snotice.z_sender = "";
     else
       snotice.z_sender = (*clientp)->principal->string;
-    snotice.z_default_format = "";
 
     if ((retval = ZFormatNoticeList(&snotice, text, NUM_FIELDS + 2,
                                    &pack, &packlen, ZNOAUTH)) != ZERR_NONE)