X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;h=b61833155425988d261e9e584247e3b76ebf9c90;hb=3e3a077a68d04571fdbf9d470780c27b79844fd6;hp=d4add1c07ec9555aa0a35009c7a93a54749c34a7;hpb=0ae2fe51a6365fc8f4fe71ec01ee98f04b2756f3;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index d4add1c0..b6183315 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -2013,6 +2013,7 @@ void ust_after_fork_child(sigset_t *restore_sigset) return; lttng_context_vpid_reset(); lttng_context_vtid_reset(); + lttng_context_procname_reset(); DBG("process %d", getpid()); /* Release urcu mutexes */ rcu_bp_after_fork_child();