]> source.dussan.org Git - tigervnc.git/commit
Remove careful client iteratation
authorPierre Ossman <ossman@cendio.se>
Fri, 19 Apr 2024 21:48:37 +0000 (23:48 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 24 Jun 2024 11:50:47 +0000 (13:50 +0200)
commit9a8eb803bcf9b6e4443aa3e15a4600b177a1e725
tree42efed24fb2e4a189d9b7446b35e3c2186cd18b2
parentc959b5280a99570b2c0698ba6c89fba7354edda9
Remove careful client iteratation

Clients cannot remove themselves from the list as we are iterating, so
we don't need this complexity. If a client encounters a problem, it will
only mark it self as closed and will be removed from the list at a later
time.
common/rfb/VNCServerST.cxx