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

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


details:   http://hg.dovecot.org/dovecot/rev/a9daec3c00b5
changeset: 6893:a9daec3c00b5
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 95caa2ab300c -r a9daec3c00b5 src/master/main.c
--- a/src/master/main.c	Sun Dec 02 15:28:29 2007 +0200
+++ b/src/master/main.c	Sun Dec 02 15:31:09 2007 +0200
@@ -333,6 +333,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