From: Unknown <> Date: Mon, 1 Dec 2008 17:52:26 +0000 (+0000) Subject: add files for 2008-12-01T17:52:26Z X-Git-Tag: imap-2007e~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e54297cce2bacf0087913b5862e717e3f032ce1;p=uw-imap add files for 2008-12-01T17:52:26Z --- diff --git a/src/tmail/tmail.c b/src/tmail/tmail.c index 413ccef..ed5fc58 100644 --- a/src/tmail/tmail.c +++ b/src/tmail/tmail.c @@ -275,7 +275,7 @@ int main (int argc,char *argv[]) int deliver (FILE *f,unsigned long msglen,char *user) { - MAILSTREAM *ds; + MAILSTREAM *ds = NIL; char *s,*t,*mailbox,tmp[MAILTMPLEN],path[MAILTMPLEN]; struct passwd *pwd; STRING st; @@ -328,7 +328,7 @@ int deliver (FILE *f,unsigned long msglen,char *user) ((inbox[2] == 'B') || (inbox[2] == 'b')) && ((inbox[3] == 'O') || (inbox[3] == 'o')) && ((inbox[4] == 'X') || (inbox[4] == 'x')) && !inbox[5])) { - DRIVER *dv; + DRIVER *dv = NIL; /* "-I #driver.xxx/name"? */ if ((*inbox == '#') && ((inbox[1] == 'd') || (inbox[1] == 'D')) && ((inbox[2] == 'r') || (inbox[2] == 'R')) &&