Don't assert on null

This commit is contained in:
Kurt Zeilenga 2000-10-03 18:51:30 +00:00
parent 1ab5360fee
commit 005a2f7aec

View 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 ) {