mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix previous commit
This commit is contained in:
parent
7c183775d0
commit
30066c813b
@ -693,8 +693,8 @@ slap_tool_init(
|
||||
fprintf( stderr,
|
||||
"Database number selected via -n is out of range\n"
|
||||
"Must be in the range 0 to %d"
|
||||
" (less than the number of configured databases, %d)\n",
|
||||
nbackends - 1, nbackends );
|
||||
" (the number of configured databases)\n",
|
||||
nbackends - 1 );
|
||||
exit( EXIT_FAILURE );
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user