]> git.sur5r.net Git - openldap/commitdiff
Don't assert on null
authorKurt Zeilenga <kurt@openldap.org>
Tue, 3 Oct 2000 18:51:30 +0000 (18:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 3 Oct 2000 18:51:30 +0000 (18:51 +0000)
libraries/libldap/result.c

index f3370cdb2c31828c9b95d7b1dfafa635c114b643..814b471e33724b857d67a0205c136ed1c4b7bfa8 100644 (file)
@@ -820,8 +820,6 @@ ldap_msgfree( LDAPMessage *lm )
        LDAPMessage     *next;
        int             type = 0;
 
-       assert( lm != NULL );
-
        Debug( LDAP_DEBUG_TRACE, "ldap_msgfree\n", 0, 0, 0 );
 
        for ( ; lm != NULL; lm = next ) {