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