Update last change: lutil_atoul() -> lutil_atou() for csnsid.

This commit is contained in:
Hallvard Furuseth 2007-09-21 13:11:39 +00:00
parent cea5e5664d
commit aad6555340

View File

@ -385,7 +385,7 @@ slap_tool_init(
break; break;
case 'S': case 'S':
if ( lutil_atoul( &csnsid, optarg ) if ( lutil_atou( &csnsid, optarg )
|| csnsid > SLAP_SYNC_SID_MAX ) || csnsid > SLAP_SYNC_SID_MAX )
{ {
usage( tool, progname ); usage( tool, progname );