mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-08 07:49:35 -05:00
please lint.
git-svn-id: file:///svn/unbound/trunk@1433 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
900142fb79
commit
bfc64ade3c
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ error_response_cache(struct module_qstate* qstate, int id, int rcode)
|
|||
/* store in cache */
|
||||
struct reply_info err;
|
||||
memset(&err, 0, sizeof(err));
|
||||
err.flags = BIT_QR | BIT_RA;
|
||||
err.flags = (uint16_t)(BIT_QR | BIT_RA);
|
||||
FLAGS_SET_RCODE(err.flags, rcode);
|
||||
err.qdcount = 1;
|
||||
err.ttl = NORR_TTL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue