aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-12 13:27:20 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-12 13:27:20 -0400
commita7ed65db49540163cc6ef4a7f6073dc6f2cc4323 (patch)
treec5915247f94d6187f404aee7c23ac25eacece1bb
parentcleanup (diff)
downloadfirejail-a7ed65db49540163cc6ef4a7f6073dc6f2cc4323.tar.gz
firejail-a7ed65db49540163cc6ef4a7f6073dc6f2cc4323.tar.zst
firejail-a7ed65db49540163cc6ef4a7f6073dc6f2cc4323.zip
fix xpra broken earlier
-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 79ebc3b1b..77bf7749f 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -639,7 +639,7 @@ void x11_start_xpra(int argc, char **argv) {
639 639
640 // build the start command 640 // build the start command
641 char *server_argv[256] = { // rest initialyzed to NULL 641 char *server_argv[256] = { // rest initialyzed to NULL
642 "xpra", "start", display_str, "--no-daemon", "--use-display", 642 "xpra", "start", display_str, "--no-daemon",
643 }; 643 };
644 unsigned pos = 0; 644 unsigned pos = 0;
645 while (server_argv[pos] != NULL) pos++; 645 while (server_argv[pos] != NULL) pos++;