From 005a2f7aec9a9b8bde4c461ad45c9889eb0e9d18 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 3 Oct 2000 18:51:30 +0000 Subject: [PATCH] Don't assert on null --- libraries/libldap/result.c | 2 -- 1 file changed, 2 deletions(-) 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 ) { -- 2.39.5