mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#4376 add missing parameters in config_generic_wrapper
This commit is contained in:
parent
bedac8bd60
commit
297d12c808
@ -1487,6 +1487,8 @@ int config_generic_wrapper( Backend *be, const char *fname, int lineno,
|
|||||||
c.argc = argc;
|
c.argc = argc;
|
||||||
c.argv = argv;
|
c.argv = argv;
|
||||||
c.valx = -1;
|
c.valx = -1;
|
||||||
|
c.line = line;
|
||||||
|
c.op = SLAP_CONFIG_ADD;
|
||||||
snprintf( c.log, sizeof( c.log ), "%s: line %d", fname, lineno );
|
snprintf( c.log, sizeof( c.log ), "%s: line %d", fname, lineno );
|
||||||
|
|
||||||
rc = SLAP_CONF_UNKNOWN;
|
rc = SLAP_CONF_UNKNOWN;
|
||||||
|
Loading…
Reference in New Issue
Block a user