summaryrefslogtreecommitdiffstats
path: root/qarsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'qarsh.c')
-rw-r--r--qarsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarsh.c b/qarsh.c
index 29b2cba..ecaf951 100644
--- a/qarsh.c
+++ b/qarsh.c
@@ -108,7 +108,7 @@ void
sig_alrm_handler(int sig)
{
fprintf(stderr, "Could not connect to remote host\n");
- exit(1);
+ exit(127);
}
void