dovecot-2.0: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Thu Apr 28 21:11:33 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/dfd7df8cd214
changeset: 12756:dfd7df8cd214
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 28 21:11:30 2011 +0300
description:
Compiler warning fix.

diffstat:

 src/lib-settings/settings-parser.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bb0bd8cb6f68 -r dfd7df8cd214 src/lib-settings/settings-parser.c
--- a/src/lib-settings/settings-parser.c	Thu Apr 28 21:11:23 2011 +0300
+++ b/src/lib-settings/settings-parser.c	Thu Apr 28 21:11:30 2011 +0300
@@ -836,7 +836,7 @@
 	const unsigned char *p;
 
 	if (!settings_find_key(ctx, key, &def, &link))
-		return NULL;
+		return FALSE;
 	if (link->change_struct == NULL)
 		return FALSE;
 


More information about the dovecot-cvs mailing list