Skip to content
Snippets Groups Projects
Commit 005a2f7a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't assert on null

parent 1ab5360f
Branches
Tags
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment