Skip to content
Snippets Groups Projects
Commit c3ba1704 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove bogus ldap_msgfree() call.

parent f31fd9ad
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment