Skip to content

Commit

Permalink
s3:auth: Add FALL_THROUGH statements in pampass.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 6744e8c commit 03ed979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source3/auth/pampass.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static int smb_pam_conv(int num_msg,
break;

case PAM_TEXT_INFO:
/* fall through */
FALL_THROUGH;

case PAM_ERROR_MSG:
/* ignore it... */
Expand Down Expand Up @@ -390,7 +390,7 @@ static int smb_pam_passchange_conv(int num_msg,
break;

case PAM_TEXT_INFO:
/* fall through */
FALL_THROUGH;

case PAM_ERROR_MSG:
/* ignore it... */
Expand Down

0 comments on commit 03ed979

Please sign in to comment.