X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Fviewer-connection.cpp;h=1236ba415f6502e7d8a0583c61a877c5b9c9e1b9;hb=dd420a9b3f83cda6f77e8813165a061856d9d618;hp=8706493bc1240f184673c1f8ac3c985e6010d545;hpb=faf5c654855a7a42093e43c4c739bb69dd2375d3;p=babeltrace.git diff --git a/src/plugins/ctf/lttng-live/viewer-connection.cpp b/src/plugins/ctf/lttng-live/viewer-connection.cpp index 8706493b..1236ba41 100644 --- a/src/plugins/ctf/lttng-live/viewer-connection.cpp +++ b/src/plugins/ctf/lttng-live/viewer-connection.cpp @@ -336,7 +336,7 @@ static int parse_url(struct live_viewer_connection *viewer_connection) char error_buf[256] = {0}; bt_self_component *self_comp = viewer_connection->self_comp; bt_self_component_class *self_comp_class = viewer_connection->self_comp_class; - struct bt_common_lttng_live_url_parts lttng_live_url_parts = {0}; + struct bt_common_lttng_live_url_parts lttng_live_url_parts = {}; int ret = -1; const char *path = viewer_connection->url->str;