head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.06.03.11.28.53; author wiz; state Exp; branches; next ; commitid M3SLY9csu42xqlIG; desc @@ 1.1 log @tigervnc: fix a problem with the log file getting spammed Bump PKGREVISION. @ text @$NetBSD$ Avoid re-registering notification for deleted client. https://github.com/TigerVNC/tigervnc/pull/2116 --- unix/xserver/hw/vnc/XserverDesktop.cc.orig 2026-06-03 11:16:27.717384239 +0000 +++ unix/xserver/hw/vnc/XserverDesktop.cc @@@@ -387,6 +387,7 @@@@ void XserverDesktop::blockHandler(int* timeout) server->removeSocket(*i); vncClientGone(fd); delete (*i); + continue; } /* Update existing NotifyFD to listen for write (or not) */ @