X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=8845560758d18623a66244e249b6e13271dfe04f;hb=f77270883363b2407ba4588e20ab697535d45c50;hp=515e1d5ab2426c70ea7281c574748cd0bdfdb527;hpb=2c3d90ed127ab47e695350367ca3c34d4324bcc4;p=mmh diff --git a/uip/post.c b/uip/post.c index 515e1d5..8845560 100644 --- a/uip/post.c +++ b/uip/post.c @@ -266,10 +266,10 @@ static char *fccfold[FCCS]; /* foldernames for FCC'ing */ static struct headers *hdrtab; /* table for the message we're doing */ -static struct mailname localaddrs={NULL}; /* local addrs */ -static struct mailname netaddrs={NULL}; /* network addrs */ -static struct mailname uuaddrs={NULL}; /* uucp addrs */ -static struct mailname tmpaddrs={NULL}; /* temporary queue */ +static struct mailname localaddrs; /* local addrs */ +static struct mailname netaddrs; /* network addrs */ +static struct mailname uuaddrs; /* uucp addrs */ +static struct mailname tmpaddrs; /* temporary queue */ #ifdef SMTPMTS static int snoop = 0; @@ -1608,6 +1608,8 @@ do_text (char *file, int fd) static void sigser (int i) { + NMH_UNUSED (i); + unlink (tmpfil); if (msgflags & MINV) unlink (bccfil);