]> git.sur5r.net Git - openldap/commitdiff
Update last change: lutil_atoul() -> lutil_atou() for csnsid.
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 17 Oct 2007 03:02:21 +0000 (03:02 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 17 Oct 2007 03:02:21 +0000 (03:02 +0000)
servers/slapd/slapcommon.c

index adf5a60323305ee1383312698c1015578109cd8b..1a6a043ccfa7a4b3e96296b969157ae10198bdcb 100644 (file)
@@ -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 );