aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-02-27 15:31:20 +0100
committerPierre Ossman <ossman@cendio.se>2018-02-27 15:31:20 +0100
commitb7b733a1415911cad9874fca85d6276bae9caa01 (patch)
treec6294e3ad8e10add8391fce40fe2cd4ce042035c /unix
parent0768d104aea3da76591b435dafc80d7c537790c2 (diff)
parent2d614c0fb422dfcc987f5c440595899e20698831 (diff)
downloadtigervnc-b7b733a1415911cad9874fca85d6276bae9caa01.tar.gz
tigervnc-b7b733a1415911cad9874fca85d6276bae9caa01.zip
Merge branch 'escape-opts' of https://github.com/olivergondza/tigervnc
Diffstat (limited to 'unix')
-rwxr-xr-xunix/vncserver2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncserver b/unix/vncserver
index 2ef436a7..9e7a6ac5 100755
--- a/unix/vncserver
+++ b/unix/vncserver
@@ -207,7 +207,7 @@ my %config;
# override these where present.
$default_opts{desktop} = &quotedString($desktopName);
$default_opts{httpd} = $vncJavaFiles if ($vncJavaFiles);
-$default_opts{auth} = $xauthorityFile;
+$default_opts{auth} = &quotedString($xauthorityFile);
$default_opts{geometry} = $geometry if ($geometry);
$default_opts{depth} = $depth if ($depth);
$default_opts{pixelformat} = $pixelformat if ($pixelformat);