commit | 3f024f3be51ee194cdb46ccee33fd21d760cb5a9 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun Sep 16 00:42:30 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 28 04:20:51 2018 +0100 |
tree | a4a33c6994840d3641db306e9a1b9bca01a3dec7 | |
parent | d913800a7d680fdd7e7864463d5fa936b9d58fa8 [diff] |
CLEANUP: http: Fix typo in init_http's comment It read "non-zero" where it should read zero.
diff --git a/src/http.c b/src/http.c index a8288a0..a556a88 100644 --- a/src/http.c +++ b/src/http.c
@@ -973,7 +973,7 @@ } -/* post-initializes the HTTP parts. Returns non-zero on error, with <err> +/* post-initializes the HTTP parts. Returns zero on error, with <err> * pointing to the error message. */ int init_http(char **err)