Skip to content
Snippets Groups Projects
Commit 297d12c8 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4376 add missing parameters in config_generic_wrapper

parent bedac8bd
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment