summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ratox.c b/ratox.c
index c2a6d62..50ecfa0 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1662,7 +1662,7 @@ usage(void)
fprintf(stderr, " -6\tIPv6 only\n");
fprintf(stderr, " -t\tEnable TCP mode (UDP by default)\n");
fprintf(stderr, " -p\tEnable TCP socks5 proxy\n");
- exit(EXIT_FAILURE);
+ exit(1);
}
int
@@ -1699,5 +1699,5 @@ main(int argc, char *argv[])
friendload();
loop();
shutdown();
- return EXIT_SUCCESS;
+ return 0;
}