Remove bogus ldap_msgfree() call.

This commit is contained in:
Kurt Zeilenga 1999-01-13 18:20:33 +00:00
parent f31fd9ad69
commit c3ba1704e6

View File

@ -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);