From: Timo Sirainen Date: Fri, 11 Jun 2010 23:26:22 +0000 (+0100) Subject: lmtp: Make static analyzer happier. X-Git-Tag: 2.0.beta6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd374bc3ff357d7464920ec54cef46043aecf31;p=thirdparty%2Fdovecot%2Fcore.git lmtp: Make static analyzer happier. --HG-- branch : HEAD --- diff --git a/src/lmtp/commands.c b/src/lmtp/commands.c index 852479f703..514ae98ac1 100644 --- a/src/lmtp/commands.c +++ b/src/lmtp/commands.c @@ -597,7 +597,7 @@ static void client_input_data_write_local(struct client *client, struct istream *input) { struct mail *src_mail; - uid_t old_uid, first_uid; + uid_t old_uid, first_uid = (uid_t)-1; if (client_open_raw_mail(client, input) < 0) return;