Docs: add comment to cmd_add_context()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 14 Feb 2016 23:02:21 +0000 (18:02 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 14 Feb 2016 23:02:21 +0000 (18:02 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c

index 83286a00213fc6df857d1573f01304a008a3290c..8e06ce6913875dd85e0a17e0eeafb929ba93d425 100644 (file)
@@ -1406,6 +1406,7 @@ int cmd_add_context(struct ltt_session *session, enum lttng_domain_type domain,
                        ret = LTTNG_ERR_UST_CHAN_NOT_FOUND;
                        goto error;
                }
+               /* break is _not_ missing here. */
        }
        case LTTNG_DOMAIN_UST:
        {
This page took 0.027355 seconds and 4 git commands to generate.