summaryrefslogtreecommitdiff
path: root/src/attacher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/attacher.c')
-rw-r--r--src/attacher.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/attacher.c b/src/attacher.c
index 01e4b9d..4765b94 100644
--- a/src/attacher.c
+++ b/src/attacher.c
@@ -235,8 +235,6 @@ int Attach(int how)
pause(); /* wait for SIGCONT */
xsignal(SIGCONT, SIG_DFL);
ContinuePlease = false;
- if (how != MSG_ATTACH)
- return 0; /* we detached it. jw. */
sleep(1); /* we dont want to overrun our poor backend. jw. */
if ((lasts = MakeClientSocket(0)) == -1)
Panic(0, "Cannot contact screen again. Sigh.");