diff options
author | runge <runge> | 2007-05-16 21:29:43 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-16 21:29:43 +0000 |
commit | c49eee2cf625d8cfcefd23c6a33e6c9488570fcc (patch) | |
tree | 0f166781e7e0802179c17df9e1af772b6ce52b97 /x11vnc/x11vnc.c | |
parent | 8b2bb6527496d227bb95cc02596712a012b9eb6f (diff) | |
download | libtdevnc-c49eee2cf625d8cfcefd23c6a33e6c9488570fcc.tar.gz libtdevnc-c49eee2cf625d8cfcefd23c6a33e6c9488570fcc.zip |
ssvnc: SOCKS support, PORT=, Verify all Certs and accepted certs logging. x11vnc SSL debugging output.
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index 7c8f0ce..2d3aad0 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -3230,7 +3230,7 @@ int main(int argc, char* argv[]) { rfbLog("rfbRegisterTightVNCFileTransferExtension: 6\n"); rfbRegisterTightVNCFileTransferExtension(); } else { - rfbLog("rfbUnregisterTightVNCFileTransferExtension: 3\n"); + if (0) rfbLog("rfbUnregisterTightVNCFileTransferExtension: 3\n"); rfbUnregisterTightVNCFileTransferExtension(); } #endif |