* uip/inc.c: gcc 4.4.1 noticed that maildir could have been
authorDavid Levine <levinedl@acm.org>
Fri, 25 Dec 2009 14:47:39 +0000 (14:47 +0000)
committerDavid Levine <levinedl@acm.org>
Fri, 25 Dec 2009 14:47:39 +0000 (14:47 +0000)
commitcd665517f488ca62e71b7fd1db6df0813dee052a
treeb0d12750a7640a9b335f3f594d67c2f4d73b9285
parent5658c6c561ca13aae18a68f178457245176526fc
* uip/inc.c: gcc 4.4.1 noticed that maildir could have been
used before initialization.  In fact, if that code was ever
reached, maildir would never have been initialized.  It's in
an adios call, so replaced with NULL.
ChangeLog
uip/inc.c