mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
allow any base for debug level
This commit is contained in:
parent
56258f75db
commit
d72b89b53a
@ -109,7 +109,7 @@ doargs(
|
||||
return( -1 );
|
||||
}
|
||||
#ifdef LDAP_DEBUG
|
||||
if ( lutil_atoi( &level, optarg ) != 0 ) {
|
||||
if ( lutil_atoix( &level, optarg, 0 ) != 0 ) {
|
||||
fprintf( stderr, "unable to parse debug flag \"%s\".\n", optarg );
|
||||
usage( g->myname );
|
||||
return( -1 );
|
||||
|
Loading…
Reference in New Issue
Block a user