]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Remove confusion comment from canonical_compare() function.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 22 Sep 2015 08:43:56 +0000 (08:43 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 22 Sep 2015 08:43:56 +0000 (08:43 +0000)
git-svn-id: file:///svn/unbound/trunk@3488 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
validator/val_sigcrypt.c

index 76abb1146e732fb11826c3ff5617f8133bfa95eb..1a5cfbb5bf4e97d2b01bfacb3903a073c576fed3 100644 (file)
@@ -3,6 +3,7 @@
          globs (patch from Dag-Erling Smørgrav).
        - iana portlist update.
        - Fix #702: New IPs for for h.root-servers.net.
+       - Remove confusion comment from canonical_compare() function.
 
 31 August 2015: Wouter
        - changed windows setup compression to be more transparent.
index 7c643cab141d289b8f11376229e0b7dee45d9455..a2f126529380335d073b0c0837fc43fbff5e0d50 100644 (file)
@@ -795,10 +795,6 @@ canonical_compare(struct ub_packed_rrset_key* rrset, size_t i, size_t j)
 
        if(i==j)
                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) {
                /* These RR types have only a name as RDATA.