]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- testcode/ldns-testpkts.c check for makedist is informational.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 11 Mar 2013 15:11:56 +0000 (15:11 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 11 Mar 2013 15:11:56 +0000 (15:11 +0000)
git-svn-id: file:///svn/unbound/trunk@2856 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 9285c02fe97e6c255691899bf0809f6a6f38dfca..000fbb897f0306e7c74ec68a8394ad1de87d5c4a 100644 (file)
@@ -1,5 +1,6 @@
 11 March 2013: Wouter
        - iana portlist update.
+       - testcode/ldns-testpkts.c check for makedist is informational.
 
 15 February 2013: Wouter
        - fix defines in lookup3 for bigendian bsd alpha
index c2e2f82cae4a4b12f5bbcb1d60f1642147ec11b3..888783540f31ddf8ac65c9d669b58fa8b9d040f5 100755 (executable)
@@ -382,7 +382,7 @@ if test ! -z "$LDNSDIR"; then
           diff -q $LDNSDIR/examples/ldns-testpkts.h testcode/ldns-testpkts.h; then
                info "ldns-testpkts.c and ldns-testpkts.h are OK"
        else
-               error_cleanup "ldns-testpkts is different in ldns and unbound"
+               info "ldns-testpkts is different in ldns and unbound"
        fi
 fi
 cd $temp_dir/unbound