diff options
author | runge <runge> | 2007-01-02 05:15:07 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-02 05:15:07 +0000 |
commit | c88d830f5591913f2e5e763814978e2877f367ec (patch) | |
tree | 217ae1113daa5bced6f21c34eb1a923bcd8cec18 /x11vnc/ssltools.h | |
parent | 833f06025fbd2fa8d4d83ccf8ab068c8060663de (diff) | |
download | libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.tar.gz libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.zip |
x11vnc: more -ncache improvements.
Diffstat (limited to 'x11vnc/ssltools.h')
-rw-r--r-- | x11vnc/ssltools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/ssltools.h b/x11vnc/ssltools.h index 06520ab..dc38ef7 100644 --- a/x11vnc/ssltools.h +++ b/x11vnc/ssltools.h @@ -829,7 +829,7 @@ char find_display[] = char create_display[] = "#!/bin/sh\n" "\n" -"CREATE_DISPLAY_OUTPUT=/tmp/cdo.txt\n" +"#CREATE_DISPLAY_OUTPUT=/tmp/cdo.txt\n" "if [ \"X$CREATE_DISPLAY_EXEC\" = \"X\" ]; then\n" " CREATE_DISPLAY_EXEC=1\n" " export CREATE_DISPLAY_EXEC\n" |