mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Don't assert on null
This commit is contained in:
parent
1ab5360fee
commit
005a2f7aec
1 changed files with 0 additions and 2 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue