minor style issue - hurl - Gopher/HTTP/HTTPS file grabber
HTML git clone git://git.codemadness.org/hurl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 045bafeea9fd50dc3c78051a372717c908bc23cc
DIR parent e260518fff049888d3fcbc767f34a11a98f895d4
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 17 Feb 2019 15:11:44 +0100
minor style issue
Diffstat:
M hurl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/hurl.c b/hurl.c
@@ -190,7 +190,7 @@ https_request(void)
fprintf(stderr, "tls_client: %s\n", tls_error(t));
goto err;
}
- if (tls_configure(t, tls_config) != 0) {
+ if (tls_configure(t, tls_config)) {
fprintf(stderr, "tls_configure: %s\n", tls_error(t));
goto err;
}