This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 53c03eaf3bfe06c445e9353c97663553afb1a3f7 Author: Ulrich Sibiller <uli42@gmx.de> Date: Tue Nov 17 00:14:07 2020 +0100 Clipboard.c: fix: return after denying request --- nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index b0cd1bef3..10dafcda6 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -1096,6 +1096,7 @@ void nxagentHandleSelectionRequestFromXServer(XEvent *X) /* deny the request */ replyRequestSelectionToXServer(X, False); + return; } /* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git