From c3ba1704e63f352dc1bd1f321dd2f7f4f23164e4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 13 Jan 1999 18:20:33 +0000 Subject: [PATCH] Remove bogus ldap_msgfree() call. --- clients/ud/auth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/ud/auth.c b/clients/ud/auth.c index 56891cebfd..a4f5b60671 100644 --- a/clients/ud/auth.c +++ b/clients/ud/auth.c @@ -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); -- 2.39.5