Fix: cleanup local_apps.allowed flag on lib cleanup
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 1c022ef139f142d9ecc1a91bb625ffbcf9ca98e9..8e86896f4b2b7c39904ee5112e42a2488332c33e 100644 (file)
@@ -1620,6 +1620,7 @@ void lttng_ust_cleanup(int exiting)
 {
        cleanup_sock_info(&global_apps, exiting);
        cleanup_sock_info(&local_apps, exiting);
+       local_apps.allowed = 0;
        /*
         * The teardown in this function all affect data structures
         * accessed under the UST lock by the listener thread. This
This page took 0.022999 seconds and 4 git commands to generate.