diff options
| -rw-r--r-- | qarsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ void sig_alrm_handler(int sig) { fprintf(stderr, "Could not connect to remote host\n"); - exit(1); + exit(127); } void |
![]() |
index : qarsh.git | |
| qarsh - a remote shell for testing environments | Nathan Straz |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | qarsh.c | 2 |
@@ -108,7 +108,7 @@ void sig_alrm_handler(int sig) { fprintf(stderr, "Could not connect to remote host\n"); - exit(1); + exit(127); } void |