mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-19 14:30:57 +08:00
load overlays also with tools
This commit is contained in:
parent
464af5aeeb
commit
53e69064ff
@ -302,6 +302,11 @@ slap_tool_init(
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
if ( overlay_init() ) {
|
||||
fprintf( stderr, "%s: overlay_init failed!\n", progname );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
rc = read_config( conffile, 0 );
|
||||
|
||||
if ( rc != 0 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user