summaryrefslogtreecommitdiff
path: root/src/cli-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-debug.c')
-rw-r--r--src/cli-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli-debug.c b/src/cli-debug.c
index 3323b4804e..359bb32f25 100644
--- a/src/cli-debug.c
+++ b/src/cli-debug.c
@@ -320,7 +320,7 @@ int main(int argc, char **argv)
while (ret == TEST_IGNORE
&& tls_tests[i].test_name != NULL);
- socket_bye(&hd);
+ socket_bye(&hd, 1);
i++;
}