mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
silence compiler false positive
This commit is contained in:
parent
0c7a7793a5
commit
31a1cbf101
@ -383,7 +383,7 @@ have_header(isc_httpd_t *httpd, const char *header, const char *value,
|
||||
const char *eov)
|
||||
{
|
||||
char *cr, *nl, *h;
|
||||
size_t hlen, vlen;
|
||||
size_t hlen, vlen = 0;
|
||||
|
||||
h = httpd->headers;
|
||||
hlen = strlen(header);
|
||||
|
Loading…
x
Reference in New Issue
Block a user