Skip to content

Commit

Permalink
prevent RFB clients from locking the session and preventing other cli…
Browse files Browse the repository at this point in the history
…ents from connecting

git-svn-id: https://xpra.org/svn/Xpra/trunk@19461 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 26, 2018
1 parent 19e9fce commit 173ff24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/server/rfb/rfb_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self, protocol, desktop, share=False):
self.counter = 0
self.share = share
self.uuid = "todo: use protocol?"
self.lock = False

def get_info(self):
return {
Expand Down

0 comments on commit 173ff24

Please sign in to comment.