dovecot-1.2: bsdauth: Fix compiler warning + crash on 64bit syst...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 4 13:59:42 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/73b8468c3b87
changeset: 8588:73b8468c3b87
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 04 06:59:31 2009 -0500
description:
bsdauth: Fix compiler warning + crash on 64bit systems.

diffstat:

1 file changed, 1 insertion(+)
src/auth/passdb-bsdauth.c |    1 +

diffs (11 lines):

diff -r db0d0d7385fd -r 73b8468c3b87 src/auth/passdb-bsdauth.c
--- a/src/auth/passdb-bsdauth.c	Sat Jan 03 10:33:20 2009 -0500
+++ b/src/auth/passdb-bsdauth.c	Sun Jan 04 06:59:31 2009 -0500
@@ -6,6 +6,7 @@
 #ifdef PASSDB_BSDAUTH
 
 #include "safe-memset.h"
+#include "auth-cache.h"
 #include "mycrypt.h"
 
 #include <login_cap.h>


More information about the dovecot-cvs mailing list