[Privoxy-commits] [privoxy] 09/46: fuzz_client_header(): Fix compiler warning

User Git git at git.privoxy.org
Sun Feb 21 15:10:31 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 999dfa707a8f16cf794e7f103a424414ae9d04c9
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Feb 6 11:07:03 2021 +0100

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

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

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


More information about the Privoxy-commits mailing list