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

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 4 13:58:34 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/33b8b74a3140
changeset: 8065:33b8b74a3140
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 04 06:58:15 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 71a864e83593 -r 33b8b74a3140 src/auth/passdb-bsdauth.c
--- a/src/auth/passdb-bsdauth.c	Fri Dec 19 18:07:06 2008 +0200
+++ b/src/auth/passdb-bsdauth.c	Sun Jan 04 06:58:15 2009 -0500
@@ -6,6 +6,7 @@
 
 #include "safe-memset.h"
 #include "passdb.h"
+#include "auth-cache.h"
 #include "mycrypt.h"
 
 #include <login_cap.h>


More information about the dovecot-cvs mailing list