X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Flttng-ust-comm.c;h=bd4d7152db4557a624ce99c37521e5918a5780ad;hb=5fe0ab0b1d4d0b91f0fefcd38d2afaace9a0f712;hp=d98fae402d28d9d2504aee517f200291777c9cd4;hpb=7dcbef22cfc3682bdaf875671d9bc62b7684c5a7;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index d98fae40..bd4d7152 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -1988,6 +1988,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();