mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 05:02:05 -04:00
silence compiler false positive
This commit is contained in:
parent
0c7a7793a5
commit
31a1cbf101
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue