mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Update last change: lutil_atoul() -> lutil_atou() for csnsid.
This commit is contained in:
parent
cea5e5664d
commit
aad6555340
@ -385,7 +385,7 @@ slap_tool_init(
|
||||
break;
|
||||
|
||||
case 'S':
|
||||
if ( lutil_atoul( &csnsid, optarg )
|
||||
if ( lutil_atou( &csnsid, optarg )
|
||||
|| csnsid > SLAP_SYNC_SID_MAX )
|
||||
{
|
||||
usage( tool, progname );
|
||||
|
Loading…
Reference in New Issue
Block a user