From: Kurt Zeilenga Date: Wed, 13 Jan 1999 18:20:33 +0000 (+0000) Subject: Remove bogus ldap_msgfree() call. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~789 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3ba1704e63f352dc1bd1f321dd2f7f4f23164e4;p=openldap Remove bogus ldap_msgfree() call. --- 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);