]> git.sur5r.net Git - openldap/commitdiff
Remove bogus ldap_msgfree() call.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 13 Jan 1999 18:20:33 +0000 (18:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 13 Jan 1999 18:20:33 +0000 (18:20 +0000)
clients/ud/auth.c

index 56891cebfd9acd86b496d2cc15da3b9e157e6576..a4f5b60671a3e8f1d1e487161b67fb0dace2c0b4 100644 (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);