Version 2.2.0-rc2
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 4056221d3fe59dc8c22dcb8367045f43bc3d6bd4..0361f184e342619031ec51d837c509743c7bab77 100644 (file)
@@ -960,7 +960,7 @@ struct ustctl_consumer_channel *
                        attr->subbuf_size, attr->num_subbuf,
                        attr->switch_timer_interval,
                        attr->read_timer_interval,
-                       attr->uuid);
+                       attr->uuid, attr->chan_id);
        if (!chan->chan) {
                goto chan_error;
        }
@@ -1578,7 +1578,7 @@ int ustctl_recv_register_event(int sock,
                goto signature_error;
        }
        /* Enforce end of string */
-       signature[signature_len - 1] = '\0';
+       a_sign[signature_len - 1] = '\0';
 
        /* recv fields */
        if (fields_len) {
This page took 0.023389 seconds and 4 git commands to generate.