mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#2266: -b option missing break
This commit is contained in:
parent
bcd7306877
commit
5bbf08d3ff
@ -123,6 +123,7 @@ slap_tool_init(
|
||||
case 'b':
|
||||
base.bv_val = strdup( optarg );
|
||||
base.bv_len = strlen( base.bv_val );
|
||||
break;
|
||||
|
||||
case 'c': /* enable continue mode */
|
||||
continuemode++;
|
||||
|
Loading…
Reference in New Issue
Block a user