dovecot-2.2: Compiler warning fix.
dovecot at dovecot.org
dovecot at dovecot.org
Thu Oct 11 23:01:27 EEST 2012
details: http://hg.dovecot.org/dovecot-2.2/rev/2ac184a82b9a
changeset: 15197:2ac184a82b9a
user: Timo Sirainen <tss at iki.fi>
date: Thu Oct 11 23:01:13 2012 +0300
description:
Compiler warning fix.
diffstat:
src/lib-http/http-url.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d927aaaf9252 -r 2ac184a82b9a src/lib-http/http-url.c
--- a/src/lib-http/http-url.c Wed Oct 10 23:59:12 2012 +0300
+++ b/src/lib-http/http-url.c Thu Oct 11 23:01:13 2012 +0300
@@ -123,7 +123,7 @@
/* Resolve path */
if (ret > 0) {
- string_t *fullpath;
+ string_t *fullpath = NULL;
have_path = TRUE;
More information about the dovecot-cvs
mailing list