diff options
author | Gernot Tenchio <[email protected]> | 2011-08-25 10:58:19 +0200 |
---|---|---|
committer | Gernot Tenchio <[email protected]> | 2011-08-25 11:00:19 +0200 |
commit | 1408866c864cac3b1bbf37eb9fdc8d303f37957d (patch) | |
tree | 7602c620ed56aadd74639d3da0cb8b57e2aebdf7 /libvncserver/rfbserver.c | |
parent | 02651bacca81c5a63b80d782123d20b26a65a4b0 (diff) | |
download | libtdevnc-1408866c864cac3b1bbf37eb9fdc8d303f37957d.tar.gz libtdevnc-1408866c864cac3b1bbf37eb9fdc8d303f37957d.zip |
websockets: Initial HyBi support
Diffstat (limited to 'libvncserver/rfbserver.c')
-rw-r--r-- | libvncserver/rfbserver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvncserver/rfbserver.c b/libvncserver/rfbserver.c index c623329..d6a5da4 100644 --- a/libvncserver/rfbserver.c +++ b/libvncserver/rfbserver.c @@ -365,8 +365,6 @@ rfbNewTCPOrUDPClient(rfbScreenInfoPtr rfbScreen, #ifdef LIBVNCSERVER_WITH_WEBSOCKETS cl->webSockets = FALSE; cl->webSocketsBase64 = FALSE; - cl->dblen= 0; - cl->carrylen = 0; #endif #if defined(LIBVNCSERVER_HAVE_LIBZ) || defined(LIBVNCSERVER_HAVE_LIBPNG) |