dovecot-2.0: auth: Error handling fix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Mar 26 11:43:08 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/407c131ab50f
changeset: 10990:407c131ab50f
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Mar 26 11:43:06 2010 +0200
description:
auth: Error handling fix.

diffstat:

 src/auth/auth-worker-client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 53f4e8e0166a -r 407c131ab50f src/auth/auth-worker-client.c
--- a/src/auth/auth-worker-client.c	Fri Mar 26 11:42:32 2010 +0200
+++ b/src/auth/auth-worker-client.c	Fri Mar 26 11:43:06 2010 +0200
@@ -530,7 +530,7 @@
 {
 	const char *p;
 	unsigned int id;
-	bool ret;
+	bool ret = FALSE;
 
 	p = strchr(line, '\t');
 	if (p == NULL)


More information about the dovecot-cvs mailing list