mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Remove bogus ldap_msgfree() call.
This commit is contained in:
parent
f31fd9ad69
commit
c3ba1704e6
@ -123,7 +123,6 @@ auth( char *who, int implicit )
|
||||
* from the user. Then perform the ldap_bind().
|
||||
*/
|
||||
if ((mp = find(who, TRUE)) == NULL) {
|
||||
(void) ldap_msgfree(mp);
|
||||
printf(" I could not find \"%s\" in the Directory.\n", who);
|
||||
printf(" I used a search base of ");
|
||||
printbase("", search_base);
|
||||
|
Loading…
Reference in New Issue
Block a user