mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
assert(pointer) -> assert(pointer != NULL)
This commit is contained in:
parent
d72acf7250
commit
5a6362c453
@ -692,7 +692,7 @@ unique_cf_uri( ConfigArgs *c )
|
||||
* test024 Will hit this case in such a
|
||||
* situation.
|
||||
*/
|
||||
assert (*domainp);
|
||||
assert (*domainp != NULL);
|
||||
|
||||
domain = *domainp;
|
||||
*domainp = domain->next;
|
||||
|
Loading…
Reference in New Issue
Block a user