dovecot-1.0: convert-tool returned inverted exit status.

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


details:   http://hg.dovecot.org/dovecot-1.0/rev/f829403b6b9c
changeset: 5515:f829403b6b9c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 13 20:23:27 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 05b7ea05c426 -r f829403b6b9c src/plugins/convert/convert-tool.c
--- a/src/plugins/convert/convert-tool.c	Sat Jan 19 08:29:04 2008 +0200
+++ b/src/plugins/convert/convert-tool.c	Wed Feb 13 20:23:27 2008 +0200
@@ -44,5 +44,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