[dovecot-cvs] dovecot/src/auth db-ldap.c,1.41.2.17,1.41.2.18

tss at dovecot.org tss at dovecot.org
Fri Jan 19 15:27:44 UTC 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv27621

Modified Files:
      Tag: branch_1_0
	db-ldap.c 
Log Message:
Removed accidentally committed debugging code.



Index: db-ldap.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/db-ldap.c,v
retrieving revision 1.41.2.17
retrieving revision 1.41.2.18
diff -u -d -r1.41.2.17 -r1.41.2.18
--- db-ldap.c	19 Jan 2007 15:18:20 -0000	1.41.2.17
+++ db-ldap.c	19 Jan 2007 15:27:42 -0000	1.41.2.18
@@ -329,7 +329,6 @@
 			i_error("LDAP: Reply with unknown msgid %d",
 				msgid);
 		} else {
-			i_info("remove: %u", msgid);
 			hash_remove(conn->requests, POINTER_CAST(msgid));
 			request->callback(conn, request, res);
 		}



More information about the dovecot-cvs mailing list