dovecot-1.0: Compiler warning fix

dovecot at dovecot.org dovecot at dovecot.org
Sun Mar 9 13:04:55 EET 2008


details:   http://hg.dovecot.org/dovecot-1.0/rev/a6fb479401ce
changeset: 5540:a6fb479401ce
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Mar 09 12:48:04 2008 +0200
description:
Compiler warning fix

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/imap/imap-search.c |    2 +-

diffs (12 lines):

diff -r 40995e52c57b -r a6fb479401ce src/imap/imap-search.c
--- a/src/imap/imap-search.c	Sun Mar 09 12:46:43 2008 +0200
+++ b/src/imap/imap-search.c	Sun Mar 09 12:48:04 2008 +0200
@@ -460,7 +460,7 @@ imap_search_get_arg(struct client_comman
 imap_search_get_arg(struct client_command_context *cmd,
 		    const char *set, bool uid)
 {
-	struct mail_search_arg *search_arg;
+	struct mail_search_arg *search_arg = NULL;
 	const char *error;
 	int ret;
 


More information about the dovecot-cvs mailing list