]> git.sur5r.net Git - openldap/commitdiff
terminate function array in slapi_int_get_plugins()
authorLuke Howard <lukeh@openldap.org>
Fri, 22 Jul 2005 03:24:09 +0000 (03:24 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 22 Jul 2005 03:24:09 +0000 (03:24 +0000)
servers/slapd/slapi/plugin.c

index e9793cb72e939fe139fbc8f1bac03653da80b11e..5cabd8a7311d3ac60c97d09dd06e9dfb316c5ba1 100644 (file)
@@ -261,6 +261,8 @@ slapi_int_get_plugins(
                }
        }
 
+       *pTmpFuncPtr = NULL;
+
 
 done:
        if ( rc != LDAP_SUCCESS && *ppFuncPtrs != NULL ) {