X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Ftrack-untrack.c;fp=src%2Fbin%2Flttng%2Fcommands%2Ftrack-untrack.c;h=154501e597ab56a6de266447be1f6c995235efc3;hp=d9e18c1d68f76ac055f3164038d155a5a7561c57;hb=5cfbc08ca9e36ca0d5cac64e2c448cdb5cb863a7;hpb=03ea8167a703a8a81224ed8753072551ee12b625 diff --git a/src/bin/lttng/commands/track-untrack.c b/src/bin/lttng/commands/track-untrack.c index d9e18c1d6..154501e59 100644 --- a/src/bin/lttng/commands/track-untrack.c +++ b/src/bin/lttng/commands/track-untrack.c @@ -149,7 +149,7 @@ int parse_pid_string(const char *_pid_string, goto error; } - /* Copy */ + /* Reparse string and populate the pid list. */ count = 0; one_pid_str = strtok_r(pid_string, ",", &iter); while (one_pid_str != NULL) {