r10184: Fix a stack of unhandled enumeration warnings.
authorTim Potter <tpot@samba.org>
Mon, 12 Sep 2005 21:37:18 +0000 (21:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:06 +0000 (13:38 -0500)
(This used to be commit aeb42a446b3c28c5cf6800606b3f9b70c49cb94b)

source4/librpc/rpc/dcerpc_util.c

index 40f2fda3a48eaf8e617ae3b6fc9ff2be8e135ad8..73a677cb62c48620ea5c2948301941fa68d25640 100644 (file)
@@ -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) {