terminate function array in slapi_int_get_plugins()

This commit is contained in:
Luke Howard 2005-07-22 03:24:09 +00:00
parent 4be9f57b29
commit a253fbdab4

View File

@ -261,6 +261,8 @@ slapi_int_get_plugins(
}
}
*pTmpFuncPtr = NULL;
done:
if ( rc != LDAP_SUCCESS && *ppFuncPtrs != NULL ) {