[X2Go-Commits] [nx-libs] 366/429: Clipboard.c: fix: return after denying request

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:37:09 CEST 2021


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 at 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


More information about the x2go-commits mailing list