summaryrefslogtreecommitdiff
path: root/src/cli-debug.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-26 11:28:51 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-26 11:28:51 +0200
commit2dda25d95dd45c83402088d53dbb5b0f7c893f9d (patch)
tree2e377effe73bf040ac82b8c08e3426a1efc9aea7 /src/cli-debug.c
parent867f95f07b89c077b69d77a6c0f1dc2cbe6ef5da (diff)
downloadgnutls-2dda25d95dd45c83402088d53dbb5b0f7c893f9d.tar.gz
tools: allow socket_bye() to be used for non-polite terminations
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++;
}