aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index 9a59b873b..5c6f045e7 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -436,7 +436,7 @@ void x11_start_xpra(int argc, char **argv) {
436 } 436 }
437 437
438 // build attach command 438 // build attach command
439 char *attach_argv[] = { "xpra", "--title=\"firejail x11 sandbox\"", "attach", display_str }; 439 char *attach_argv[] = { "xpra", "--title=\"firejail x11 sandbox\"", "attach", display_str, NULL };
440 440
441 // run attach command 441 // run attach command
442 client = fork(); 442 client = fork();