projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999dfa7
)
fuzz_server_header(): Fix compiler warning
author
Fabian Keil
<fk@fabiankeil.de>
Sat, 6 Feb 2021 10:07:13 +0000
(11:07 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Sun, 21 Feb 2021 15:09:20 +0000
(16:09 +0100)
fuzz.c
patch
|
blob
|
history
diff --git
a/fuzz.c
b/fuzz.c
index
ea50aac
..
88fb74c
100644
(file)
--- 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));
}
/*********************************************************************