commit | ce261817682a9d3e842d497a1a0507fdda0f1b5f | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Jul 17 15:01:53 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Jul 17 15:01:53 2018 +0200 |
tree | 5703e1a53c53ad52c53a23ec212c651e12e22cfc | |
parent | d2c91ceeb9346c347c40bf9feb5cae7e88c6cdc9 [diff] [blame] |
Fix bad type on congestion ETA variable
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx index 126fb4e..f22b993 100644 --- a/common/rfb/VNCSConnectionST.cxx +++ b/common/rfb/VNCSConnectionST.cxx
@@ -883,7 +883,7 @@ bool VNCSConnectionST::isCongested() { - unsigned eta; + int eta; congestionTimer.stop();