mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
allow any base for debug level
This commit is contained in:
parent
56258f75db
commit
d72b89b53a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue