[Privoxy-commits] [privoxy] 10/46: fuzz_server_header(): Fix compiler warning

User Git git at git.privoxy.org
Sun Feb 21 15:10:32 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 39b86635af847a389e9d0c08af3c018cf260bbec
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Feb 6 11:07:13 2021 +0100

    fuzz_server_header(): Fix compiler warning
---
 fuzz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzz.c b/fuzz.c
index ea50aaca..88fb74ce 100644
--- a/fuzz.c
+++ b/fuzz.c
@@ -520,7 +520,7 @@ int fuzz_server_header(struct client_state *csp, char *fuzz_input_file)
 
    /* XXX: Enable more actions. */
 
-   return(sed(csp, FILTER_SERVER_HEADERS));
+   return(JB_ERR_OK == sed(csp, FILTER_SERVER_HEADERS));
 }
 
 /*********************************************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list