[dovecot-cvs] dovecot/src/auth userdb-ldap.c,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Tue Feb 4 05:24:40 EET 2003


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv30449

Modified Files:
	userdb-ldap.c 
Log Message:
cleanups



Index: userdb-ldap.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/userdb-ldap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- userdb-ldap.c	2 Feb 2003 00:08:28 -0000	1.2
+++ userdb-ldap.c	4 Feb 2003 03:24:38 -0000	1.3
@@ -3,12 +3,9 @@
 #include "config.h"
 #undef HAVE_CONFIG_H
 
-#if defined(PASSDB_LDAP) || defined(USERDB_LDAP)
+#ifdef USERDB_LDAP
 
 #include "common.h"
-#include "ioloop.h"
-#include "hash.h"
-#include "str.h"
 #include "db-ldap.h"
 #include "userdb.h"
 




More information about the dovecot-cvs mailing list