mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#2266: -b option missing break
This commit is contained in:
parent
bcd7306877
commit
5bbf08d3ff
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue