mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
meta_back_db_config: lutil_atou(version,) -> lutil_atoi
This commit is contained in:
parent
7a19d8855d
commit
d60b89c148
@ -1062,7 +1062,7 @@ meta_back_db_config(
|
||||
return 1;
|
||||
}
|
||||
|
||||
if ( lutil_atou( version, argv[ 1 ] ) != 0 ) {
|
||||
if ( lutil_atoi( version, argv[ 1 ] ) != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"%s: line %d: unable to parse version \"%s\" in \"protocol-version <version>\"\n",
|
||||
fname, lineno, argv[ 1 ] );
|
||||
|
Loading…
Reference in New Issue
Block a user