Commit 4d1ed1d124355b51a4e6cfdeb312e027e98f57be

Authored by Perry Werneck
1 parent 0a9ac826

Debugging winldap.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/ssl/windows/ldap.c
... ... @@ -53,6 +53,7 @@
53 53  
54 54 static inline void lib3270_autoptr_cleanup_LDAP(LDAP **ptr)
55 55 {
  56 + debug("%s(%p)",__FUNCTION__,*ptr);
56 57 if(*ptr)
57 58 {
58 59 ldap_unbind(*ptr);
... ...