X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fcmd.c;h=217d45a2577f8f67df59cb5d65093f96e6caad24;hb=d4769e1418514c6320ff16b2585562308f108c90;hp=b6dbccc827a19790ac8c06ebaea6ca0bede8d5e6;hpb=42eefbd697ac5800490463007a5655d421887a82;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/cmd.c b/src/bin/lttng-sessiond/cmd.c index b6dbccc82..217d45a25 100644 --- a/src/bin/lttng-sessiond/cmd.c +++ b/src/bin/lttng-sessiond/cmd.c @@ -3154,7 +3154,7 @@ int cmd_snapshot_record(struct ltt_session *session, int ret = LTTNG_OK; unsigned int use_tmp_output = 0; struct snapshot_output tmp_output; - unsigned int nb_streams, snapshot_success = 0; + unsigned int snapshot_success = 0; assert(session); assert(output);