meta_back_db_config: lutil_atou(version,) -> lutil_atoi

This commit is contained in:
Hallvard Furuseth 2006-04-13 22:23:03 +00:00
parent 7a19d8855d
commit d60b89c148

View File

@ -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 ] );