aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/join.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/join.c')
-rw-r--r--src/firejail/join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/join.c b/src/firejail/join.c
index a21293214..12ee4a9a0 100644
--- a/src/firejail/join.c
+++ b/src/firejail/join.c
@@ -64,7 +64,7 @@ static void extract_x11_display(pid_t pid) {
64 64
65 // store the display number for join process in /run/firejail/x11 65 // store the display number for join process in /run/firejail/x11
66 EUID_ROOT(); 66 EUID_ROOT();
67 set_x11_file(getpid(), display); 67 set_x11_run_file(getpid(), display);
68 EUID_USER(); 68 EUID_USER();
69} 69}
70 70