Remove run-as compat wrapper from internal code
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.c
index 6913487d5611aef301313668612d70370d25d5b8..3c3aa91f02ce1b0a4719bdc982af80e22bc3fd8c 100644 (file)
@@ -994,7 +994,7 @@ void ust_registry_session_destroy(struct ust_registry_session *reg)
                /*
                 * Try deleting the directory hierarchy.
                 */
-               (void) run_as_recursive_rmdir(reg->root_shm_path,
+               (void) run_as_rmdir_recursive(reg->root_shm_path,
                                reg->uid, reg->gid);
        }
        /* Destroy the enum hash table */
This page took 0.022825 seconds and 4 git commands to generate.