]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10166 slapi: fix plugin.c plugin_pblock_new() usage
authorHoward Chu <hyc@openldap.org>
Wed, 31 Jan 2024 16:00:30 +0000 (16:00 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 15 Feb 2024 17:47:13 +0000 (17:47 +0000)
Broken in 9142da8eaf691720f7d6288954250ef085bd3da0

servers/slapd/slapi/plugin.c

index ca5dbead595c31f0d9981c349d5a41948ba73264..bfa5c1034411f77654487b171e816301ef54ef0f 100644 (file)
@@ -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;
                }