summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/rpc/dcerpc_util.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index 40f2fda3a4..73a677cb62 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -1143,6 +1143,12 @@ NTSTATUS dcerpc_pipe_connect_b(TALLOC_CTX *parent_ctx,
}
DEBUG(2,("Mapped to DCERPC endpoint %s\n", binding->endpoint));
}
+ break;
+
+ /* Fall through to next switch statement */
+
+ default:
+ break;
}
switch (binding->transport) {