s3:rpcclient: Add FALL_THROUGH statements in rpcclient.c
authorAndreas Schneider <asn@samba.org>
Fri, 13 Oct 2017 09:13:42 +0000 (11:13 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 Mar 2018 03:37:43 +0000 (04:37 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/rpcclient/rpcclient.c

index c1039ed84c57a98e403ed4c2be6c8996167f3e54..4eb1e145715252f4977c8bcc154e3f59a619a5a5 100644 (file)
@@ -744,7 +744,7 @@ static NTSTATUS do_cmd(struct cli_state *cli,
                                use_kerberos = CRED_AUTO_USE_KERBEROS;
                                break;
                        }
-                       /* Fall through */
+                       FALL_THROUGH;
                case DCERPC_AUTH_TYPE_NTLMSSP:
                case DCERPC_AUTH_TYPE_KRB5:
                        ntresult = cli_rpc_pipe_open_generic_auth(