mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
add missing return code
This commit is contained in:
parent
c5a1e87f75
commit
b47dc528aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1112,7 +1112,7 @@ parse_extract_edns(struct msg_parse* msg, struct edns_data* edns,
|
|||
|
||||
/* ignore rrsigs */
|
||||
|
||||
return 0;
|
||||
return LDNS_RCODE_NOERROR;
|
||||
}
|
||||
|
||||
/** skip RR in packet */
|
||||
|
|
|
|||
Loading…
Reference in a new issue