]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Make static analyzer happier.
authorTimo Sirainen <tss@iki.fi>
Fri, 11 Jun 2010 23:26:22 +0000 (00:26 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 11 Jun 2010 23:26:22 +0000 (00:26 +0100)
--HG--
branch : HEAD

src/lmtp/commands.c

index 852479f70308f1974c926ef7a1e8e61d062366a8..514ae98ac1a63d6c92203a010504642f01d61bd7 100644 (file)
@@ -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;