diff options
Diffstat (limited to 'call')
-rw-r--r-- | call/call.c | 1 |
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; } |