X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Flttng-ust-comm.c;fp=liblttng-ust%2Flttng-ust-comm.c;h=f1a8ff005b4a5719f4b2af5a9f3c0e7c4e4a2bde;hb=efe79472dcf3261468de7f5388ad596ba2325458;hp=b5c71da22ae3528dbe646c7cc78fbed09497995f;hpb=bfcf776acfcd6fd2e1c4df1441811e0ff2a81755;p=lttng-ust.git diff --git a/liblttng-ust/lttng-ust-comm.c b/liblttng-ust/lttng-ust-comm.c index b5c71da2..f1a8ff00 100644 --- a/liblttng-ust/lttng-ust-comm.c +++ b/liblttng-ust/lttng-ust-comm.c @@ -1972,6 +1972,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();