]> source.dussan.org Git - tigervnc.git/commit
Correctly set socket write notification
authorPierre Ossman <ossman@cendio.se>
Tue, 9 Apr 2024 10:54:22 +0000 (12:54 +0200)
committerPierre Ossman <ossman@cendio.se>
Tue, 9 Apr 2024 10:54:22 +0000 (12:54 +0200)
commitc987d61e8330063d9ae90d6e4b7c6d7e05109456
tree57e567fb27ef48e320229d1200b7d6f00582c0b6
parent9d70f6bf10e4789db0951cce2861620a0a044864
Correctly set socket write notification

That extra add_fd() only set the read notification, overwriting any
write notification set up in the lines just above.
vncviewer/CConn.cxx