diff --git a/doc/Changelog b/doc/Changelog index 9285c02fe..000fbb897 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/makedist.sh b/makedist.sh index c2e2f82ca..888783540 100755 --- a/makedist.sh +++ b/makedist.sh @@ -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