]> git.sur5r.net Git - openldap/commitdiff
ITS#4376 add missing parameters in config_generic_wrapper
authorHoward Chu <hyc@openldap.org>
Sat, 28 Jan 2006 08:26:21 +0000 (08:26 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 28 Jan 2006 08:26:21 +0000 (08:26 +0000)
servers/slapd/config.c

index 2c44708bfa93f235f2862e2b8c6e1c2202bc49ca..ca20e923808b0059e1f16a42c593672e9798f580 100644 (file)
@@ -1487,6 +1487,8 @@ int config_generic_wrapper( Backend *be, const char *fname, int lineno,
        c.argc = argc;
        c.argv = argv;
        c.valx = -1;
+       c.line = line;
+       c.op = SLAP_CONFIG_ADD;
        snprintf( c.log, sizeof( c.log ), "%s: line %d", fname, lineno );
 
        rc = SLAP_CONF_UNKNOWN;