diff src/auth/db-ldap.c @ 6428:7cad076906eb HEAD

pool_unref() now takes ** pointer.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 14:04:06 +0300
parents 047d0d8bbf0a
children 65c69a53a7be
line wrap: on
line diff
--- a/src/auth/db-ldap.c	Sun Sep 16 13:51:51 2007 +0300
+++ b/src/auth/db-ldap.c	Sun Sep 16 14:04:06 2007 +0300
@@ -1011,7 +1011,7 @@
 		hash_destroy(&conn->pass_attr_map);
 	if (conn->user_attr_map != NULL)
 		hash_destroy(&conn->user_attr_map);
-	pool_unref(conn->pool);
+	pool_unref(&conn->pool);
 }
 
 #ifndef BUILTIN_LDAP