load overlays also with tools

This commit is contained in:
Pierangelo Masarati 2004-04-06 12:22:29 +00:00
parent 464af5aeeb
commit 53e69064ff

View File

@ -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 ) {