mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#3621 slaptest should start databases when dryrun is not specified
This commit is contained in:
parent
782d767c33
commit
2c8b0f7a49
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ startup:;
|
|||
mal_leaktrace(1);
|
||||
#endif
|
||||
|
||||
if ( !dryrun && be && slap_startup( be ) ) {
|
||||
if ( !dryrun && slap_startup( be ) ) {
|
||||
switch ( tool ) {
|
||||
case SLAPTEST:
|
||||
fprintf( stderr, "slap_startup failed "
|
||||
|
|
|
|||
Loading…
Reference in a new issue