mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
allow arbitrary base also in tools
This commit is contained in:
parent
4a8550da9a
commit
44a1f10d97
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ slap_tool_init(
|
|||
exit( EXIT_FAILURE );
|
||||
}
|
||||
|
||||
} else if ( lutil_atoi( &level, optarg ) != 0 ) {
|
||||
} else if ( lutil_atoix( &level, optarg, 0 ) != 0 ) {
|
||||
fprintf( stderr,
|
||||
"unrecognized log level "
|
||||
"\"%s\"\n", optarg );
|
||||
|
|
|
|||
Loading…
Reference in a new issue