summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cli.c b/src/cli.c
index 61be2cae7e..ad4e265f63 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -1619,8 +1619,7 @@ static void cmd_parser(int argc, char **argv)
fastopen = HAVE_OPT(FASTOPEN);
#else
if (HAVE_OPT(FASTOPEN)) {
- fprintf(stderr, "TCP Fast Open not supported for this OS\n");
- exit(1);
+ fprintf(stderr, "Warning: TCP Fast Open not supported on this OS\n");
}
#endif