src/server/daemon/ldap_auth.c

changeset 91
fac51f87def0
parent 89
5eecce5314d6
child 97
09fbefc0e6a9
--- a/src/server/daemon/ldap_auth.c	Wed Jul 31 13:02:06 2013 +0200
+++ b/src/server/daemon/ldap_auth.c	Sun Sep 08 23:27:07 2013 +0200
@@ -40,7 +40,7 @@
 #ifdef SOLARIS
     ldap_unbind(ldap);
 #else
-    ldap_unbind_ext_s(ld, NULL, NULL);
+    ldap_unbind_ext_s(ldap, NULL, NULL);
 #endif
 }
 

mercurial