Change configuration file and trace output dir
[lttng-tools.git] / lttng / commands / destroy.c
index f08a99fd76e73a9ca0fe9daad29153da223f9295..3fd3eb0247e288aef4782263f6233d68dcc03b98 100644 (file)
@@ -81,7 +81,7 @@ static int destroy_session()
                goto free_name;
        }
 
-       path = get_config_file_path();
+       path = config_get_default_path();
        if (path == NULL) {
                ret = CMD_FATAL;
                goto free_name;
This page took 0.022695 seconds and 4 git commands to generate.