X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=ustd%2Fustd.c;h=aae4b0248ba0a9a689ecb9f4de8f969c64e6d5f3;hp=95dbdcaeaceb8c9501c44132ff251e413028de00;hb=463011e4be98c30caf7be5185463c732563a860f;hpb=7fc9284baa5c9fafbd23120b1ac064b402349fbc diff --git a/ustd/ustd.c b/ustd/ustd.c index 95dbdca..aae4b02 100644 --- a/ustd/ustd.c +++ b/ustd/ustd.c @@ -100,7 +100,7 @@ int get_subbuffer(struct buffer_info *buf) } else if(!strcmp(received_msg, "NOTFOUND")) { DBG("For buffer %s, the trace was not found. This likely means it was destroyed by the user.", buf->name); - retval = GET_SUBBUF_DONE; + retval = GET_SUBBUF_DIED; goto end_rep; } else {