Prepare for '-Wimplicit-fallthrough'
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.cpp
index 84254f1a57c936d75457433e540db4b368c454fc..ff7c0394719de93b893250d7ecd1762dd29ba336 100644 (file)
@@ -1921,8 +1921,8 @@ int cmd_add_context(struct command_ctx *cmd_ctx,
                        ret = LTTNG_ERR_UST_CHAN_NOT_FOUND;
                        goto error;
                }
-               /* break is _not_ missing here. */
        }
+       /* fall through */
        case LTTNG_DOMAIN_UST:
        {
                struct ltt_ust_session *usess = session->ust_session;
This page took 0.025159 seconds and 4 git commands to generate.