X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fstream.c;h=2bc815813613054f58f39810b9c8df0dcade0117;hp=04ff467de95b637fda1f2943c3042c591426d2a1;hb=cab6931e14405d5d966ced712028ede43b2d4cff;hpb=ce4d40839ac3beef1a58730d3636a522497bc60f diff --git a/src/bin/lttng-relayd/stream.c b/src/bin/lttng-relayd/stream.c index 04ff467de..2bc815813 100644 --- a/src/bin/lttng-relayd/stream.c +++ b/src/bin/lttng-relayd/stream.c @@ -77,7 +77,6 @@ struct relay_stream *stream_create(struct ctf_trace *trace, stream = zmalloc(sizeof(struct relay_stream)); if (stream == NULL) { PERROR("relay stream zmalloc"); - ret = -1; goto error_no_alloc; }