Fix runas namespace
[lttng-tools.git] / liblttng-ustconsumer / lttng-ustconsumer.c
index bc262572aa5ed4840063f0ee33295f6f8564460c..10213c1c97dcb8b4d93a80895a0e56d7ed9297db 100644 (file)
@@ -395,7 +395,7 @@ int lttng_ustconsumer_on_recv_stream(struct lttng_consumer_stream *stream)
 
        /* Opening the tracefile in write mode */
        if (stream->path_name != NULL) {
-               ret = open_run_as(stream->path_name,
+               ret = run_as_open(stream->path_name,
                                O_WRONLY|O_CREAT|O_TRUNC,
                                S_IRWXU|S_IRWXG|S_IRWXO,
                                stream->uid, stream->gid);
This page took 0.023166 seconds and 4 git commands to generate.