X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=clients%2Ftools%2Fldapdelete.c;h=eb6e4eb1d11ac8fce1bf11d89ebdc21d68b15b51;hb=d2b9a4913bfa573c09f2625279a3c478d8f06825;hp=3225f361960a293c966900e71c7e00ba5e4e6ba2;hpb=42d7d6d7432b87d37bfb4beba489cc141ee2edf9;p=openldap diff --git a/clients/tools/ldapdelete.c b/clients/tools/ldapdelete.c index 3225f36196..eb6e4eb1d1 100644 --- a/clients/tools/ldapdelete.c +++ b/clients/tools/ldapdelete.c @@ -197,7 +197,7 @@ main( int argc, char **argv ) } } - ldap_unbind( ld ); + ldap_unbind_ext( ld, NULL, NULL ); return( retval ); }