]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Error handling fix.
authorTimo Sirainen <tss@iki.fi>
Fri, 26 Mar 2010 09:43:06 +0000 (11:43 +0200)
committerTimo Sirainen <tss@iki.fi>
Fri, 26 Mar 2010 09:43:06 +0000 (11:43 +0200)
--HG--
branch : HEAD

src/auth/auth-worker-client.c

index 25ff972e9151e03c77bcdc2a77ada37f428363db..8261b6b7c59b5f7a9abd704a0593270c801825f3 100644 (file)
@@ -530,7 +530,7 @@ auth_worker_handle_line(struct auth_worker_client *client, const char *line)
 {
        const char *p;
        unsigned int id;
-       bool ret;
+       bool ret = FALSE;
 
        p = strchr(line, '\t');
        if (p == NULL)