dovecot-2.2: fts: Correct returned value to match type signature.

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 6 00:34:40 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/e23f1f333ada
changeset: 18138:e23f1f333ada
user:      Teemu Huovila <teemu.huovila at dovecot.fi>
date:      Mon Jan 05 15:48:55 2015 +0200
description:
fts: Correct returned value to match type signature.

diffstat:

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

diffs (12 lines):

diff -r 3009a1a6f6d5 -r e23f1f333ada src/plugins/fts/fts-parser.c
--- a/src/plugins/fts/fts-parser.c	Mon Jan 05 22:20:10 2015 +0200
+++ b/src/plugins/fts/fts-parser.c	Mon Jan 05 15:48:55 2015 +0200
@@ -21,7 +21,7 @@
 	if (strcmp(content_type, "text/plain") == 0) {
 		/* we probably don't want/need to allow parsers to handle
 		   plaintext? */
-		return NULL;
+		return FALSE;
 	}
 
 	for (i = 0; i < N_ELEMENTS(parsers); i++) {


More information about the dovecot-cvs mailing list