mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix fallthru warning
This commit is contained in:
parent
de08119a29
commit
1738a2a779
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
case 'l':
|
||||
list = 1;
|
||||
/*FALLTHROUGH*/;
|
||||
/*FALLTHROUGH*/
|
||||
case 'a':
|
||||
if (subname)
|
||||
usage(prog);
|
||||
|
|
|
|||
Loading…
Reference in a new issue