mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
terminate function array in slapi_int_get_plugins()
This commit is contained in:
parent
4be9f57b29
commit
a253fbdab4
1 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,8 @@ slapi_int_get_plugins(
|
|||
}
|
||||
}
|
||||
|
||||
*pTmpFuncPtr = NULL;
|
||||
|
||||
|
||||
done:
|
||||
if ( rc != LDAP_SUCCESS && *ppFuncPtrs != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue