mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
load overlays also with tools
This commit is contained in:
parent
464af5aeeb
commit
53e69064ff
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue