470
470
case OPT_SLAP_CONCURRENCY:
471
472
opt_concurrency= (unsigned int)strtoul(optarg, (char **)NULL, 10);
474
480
case OPT_SLAP_EXECUTE_NUMBER:
475
482
opt_execute_number= (unsigned int)strtoul(optarg, (char **)NULL, 10);
478
490
case OPT_SLAP_INITIAL_LOAD:
479
492
opt_createial_load= (unsigned int)strtoul(optarg, (char **)NULL, 10);