mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Add missing break, ugh.
This commit is contained in:
parent
cafc204a13
commit
17c826f370
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ handle_private_option( int i )
|
|||
control );
|
||||
usage();
|
||||
}
|
||||
break;
|
||||
|
||||
case 'a': /* add */
|
||||
ldapadd = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue