mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
ITS#10166 slapi: fix plugin.c plugin_pblock_new() usage
Broken in 9142da8eaf
This commit is contained in:
parent
5a45cf6087
commit
c7a4bd27f5
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ slapi_int_read_config(
|
|||
int rc;
|
||||
Slapi_PBlock *pPlugin;
|
||||
|
||||
pPlugin = plugin_pblock_new( iType, numPluginArgc, c->argv );
|
||||
pPlugin = plugin_pblock_new( iType, numPluginArgc, c );
|
||||
if (pPlugin == NULL) {
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue