summaryrefslogtreecommitdiffstats
path: root/call/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'call/call.c')
-rw-r--r--call/call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/call/call.c b/call/call.c
index 6c797f0..a1cf51c 100644
--- a/call/call.c
+++ b/call/call.c
@@ -413,7 +413,6 @@ static int connect_to(char *address[])
void cmd_intr(int sig)
{
- signal(SIGQUIT, cmd_intr);
interrupted = TRUE;
}