summaryrefslogtreecommitdiffstats
path: root/x11vnc/connections.c
diff options
context:
space:
mode:
authorrunge <runge>2007-05-05 18:28:32 +0000
committerrunge <runge>2007-05-05 18:28:32 +0000
commit1d495291e434af3d8bb8d6ceaf5aa926dea065e9 (patch)
tree333a569b60985693fafd68782115cf6288e03a39 /x11vnc/connections.c
parent76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (diff)
downloadlibtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.tar.gz
libtdevnc-1d495291e434af3d8bb8d6ceaf5aa926dea065e9.zip
filexfer warnings and messages.
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r--x11vnc/connections.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c
index 3a31f5f..b26c790 100644
--- a/x11vnc/connections.c
+++ b/x11vnc/connections.c
@@ -676,6 +676,7 @@ void client_gone(rfbClientPtr client) {
screen->permitFileTransfer = unixpw_file_xfer_save;
if ((tightfilexfer = unixpw_tightvnc_xfer_save)) {
#ifdef LIBVNCSERVER_WITH_TIGHTVNC_FILETRANSFER
+ rfbLog("rfbRegisterTightVNCFileTransferExtension: 3\n");
rfbRegisterTightVNCFileTransferExtension();
#endif
}
@@ -2220,6 +2221,7 @@ enum rfbNewClientAction new_client(rfbClientPtr client) {
unixpw_tightvnc_xfer_save = tightfilexfer;
tightfilexfer = 0;
#ifdef LIBVNCSERVER_WITH_TIGHTVNC_FILETRANSFER
+ rfbLog("rfbUnregisterTightVNCFileTransferExtension: 1\n");
rfbUnregisterTightVNCFileTransferExtension();
#endif