mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-22 15:50:59 -05:00
- Remove confusion comment from canonical_compare() function.
git-svn-id: file:///svn/unbound/trunk@3488 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
44644a7e7c
commit
e3351c3606
2 changed files with 1 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
globs (patch from Dag-Erling Smørgrav).
|
globs (patch from Dag-Erling Smørgrav).
|
||||||
- iana portlist update.
|
- iana portlist update.
|
||||||
- Fix #702: New IPs for for h.root-servers.net.
|
- Fix #702: New IPs for for h.root-servers.net.
|
||||||
|
- Remove confusion comment from canonical_compare() function.
|
||||||
|
|
||||||
31 August 2015: Wouter
|
31 August 2015: Wouter
|
||||||
- changed windows setup compression to be more transparent.
|
- changed windows setup compression to be more transparent.
|
||||||
|
|
|
||||||
|
|
@ -795,10 +795,6 @@ canonical_compare(struct ub_packed_rrset_key* rrset, size_t i, size_t j)
|
||||||
|
|
||||||
if(i==j)
|
if(i==j)
|
||||||
return 0;
|
return 0;
|
||||||
/* in case rdata-len is to be compared for canonical order
|
|
||||||
c = memcmp(d->rr_data[i], d->rr_data[j], 2);
|
|
||||||
if(c != 0)
|
|
||||||
return c; */
|
|
||||||
|
|
||||||
switch(type) {
|
switch(type) {
|
||||||
/* These RR types have only a name as RDATA.
|
/* These RR types have only a name as RDATA.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue