summaryrefslogtreecommitdiffstats
path: root/x11vnc/xevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/xevents.c')
-rw-r--r--x11vnc/xevents.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11vnc/xevents.c b/x11vnc/xevents.c
index f027731..69b02e9 100644
--- a/x11vnc/xevents.c
+++ b/x11vnc/xevents.c
@@ -1089,7 +1089,10 @@ void xcut_receive(char *text, int len, rfbClientPtr cl) {
RAWFB_RET_VOID
- if (unixpw_in_progress) return;
+ if (unixpw_in_progress) {
+ rfbLog("xcut_receive: unixpw_in_progress, skipping.\n");
+ return;
+ }
if (!watch_selection) {
return;
OpenPOWER on IntegriCloud