dovecot-1.0: --build-options didn't list "sia" in passdbs.

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 2 15:31:16 EET 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/2c75b14da4f3
changeset: 5478:2c75b14da4f3
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 02 15:31:09 2007 +0200
description:
--build-options didn't list "sia" in passdbs.

diffstat:

1 file changed, 3 insertions(+)
src/master/main.c |    3 +++

diffs (13 lines):

diff -r 652713b19082 -r 2c75b14da4f3 src/master/main.c
--- a/src/master/main.c	Sun Dec 02 14:06:12 2007 +0200
+++ b/src/master/main.c	Sun Dec 02 15:31:09 2007 +0200
@@ -724,6 +724,9 @@ static void print_build_options(void)
 #endif
 #ifdef PASSDB_SHADOW 
 		" shadow"
+#endif
+#ifdef PASSDB_SIA
+		" sia"
 #endif
 #ifdef PASSDB_SQL 
 		" sql"


More information about the dovecot-cvs mailing list