summaryrefslogtreecommitdiff
path: root/tests/client-fastopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client-fastopen.c')
-rw-r--r--tests/client-fastopen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/client-fastopen.c b/tests/client-fastopen.c
index 3c21eae090..22a6e1083b 100644
--- a/tests/client-fastopen.c
+++ b/tests/client-fastopen.c
@@ -263,6 +263,8 @@ void doit(void)
signal(SIGCHLD, ch_handler);
signal(SIGPIPE, SIG_IGN);
+ debug = 1;
+
listener = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
if (listener == -1)
fail("error in socket(): %s\n", strerror(errno));