diff --git a/servers/slapd/slapi/plugin.c b/servers/slapd/slapi/plugin.c index 46f3979ce3..772f76787d 100644 --- a/servers/slapd/slapi/plugin.c +++ b/servers/slapd/slapi/plugin.c @@ -574,6 +574,10 @@ doPluginFNs( int rc = 0; SLAPI_FUNC *pGetPlugin = NULL, *tmpPlugin = NULL; + if ( pPB == NULL ) { + return 0; + } + rc = getAllPluginFuncs(be, funcType, &tmpPlugin ); if ( rc != LDAP_SUCCESS || tmpPlugin == NULL ) { /* Nothing to do, front-end should ignore. */