From: David Levine Date: Fri, 25 Dec 2009 14:47:39 +0000 (+0000) Subject: * uip/inc.c: gcc 4.4.1 noticed that maildir could have been X-Git-Tag: PRE_POSIX_CONVERSION~7 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=cd665517f488ca62e71b7fd1db6df0813dee052a;hp=cd665517f488ca62e71b7fd1db6df0813dee052a;p=mmh * 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. ---