Skip to content

Commit

Permalink
s3:lib: Add FALL_THROUGH statements in util_sd.c
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk authored and abartlet committed Mar 1, 2018
1 parent feeb49f commit 3b9aa1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source3/lib/util_sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ static bool parse_ace_flags(const char *str, unsigned int *pflags)
switch (*p) {
case '|':
p++;

FALL_THROUGH;
case '\0':
continue;
default:
Expand Down

0 comments on commit 3b9aa1c

Please sign in to comment.