dovecot: convert-tool returned inverted exit status.

dovecot at dovecot.org dovecot at dovecot.org
Wed Feb 13 20:23:14 EET 2008


details:   http://hg.dovecot.org/dovecot/rev/5e4c711a0c06
changeset: 7238:5e4c711a0c06
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 13 20:23:12 2008 +0200
description:
convert-tool returned inverted exit status.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/convert/convert-tool.c |    2 +-

diffs (10 lines):

diff -r 5612692d751c -r 5e4c711a0c06 src/plugins/convert/convert-tool.c
--- a/src/plugins/convert/convert-tool.c	Wed Feb 13 20:08:11 2008 +0200
+++ b/src/plugins/convert/convert-tool.c	Wed Feb 13 20:23:12 2008 +0200
@@ -70,5 +70,5 @@ int main(int argc, const char *argv[])
 	mail_storage_deinit();
 	lib_signals_deinit();
 	lib_deinit();
-	return ret;
+	return ret <= 0 ? 1 : 0;
 }


More information about the dovecot-cvs mailing list