dovecot-2.2: lib-imap: Minor fix to imap_url_parse()

dovecot at dovecot.org dovecot at dovecot.org
Tue Oct 2 22:45:44 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/fc512eba5207
changeset: 15171:fc512eba5207
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 02 22:45:34 2012 +0300
description:
lib-imap: Minor fix to imap_url_parse()

diffstat:

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

diffs (12 lines):

diff -r b6663a4f60fe -r fc512eba5207 src/lib-imap/imap-url.c
--- a/src/lib-imap/imap-url.c	Fri Sep 28 15:11:54 2012 +0300
+++ b/src/lib-imap/imap-url.c	Tue Oct 02 22:45:34 2012 +0300
@@ -864,7 +864,7 @@
 	/* [ "?" enc-search ] */
 	if ((ret = uri_parse_query(parser, &query)) != 0) {
 		if (ret < 0)
-			return ret;
+			return FALSE;
 
 		if (!is_messagelist) {
 			parser->error =


More information about the dovecot-cvs mailing list