From: Kurt Zeilenga Date: Tue, 3 Oct 2000 18:51:30 +0000 (+0000) Subject: Don't assert on null X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1820 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=005a2f7aec9a9b8bde4c461ad45c9889eb0e9d18;p=openldap Don't assert on null --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index f3370cdb2c..814b471e33 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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 ) {