mirror of https://github.com/getdnsapi/getdns.git
Fixes #505. Disable packet size checking.
This commit is contained in:
parent
7b12e21ad0
commit
8b558afde0
|
@ -11,5 +11,5 @@ elif ! ( "./${TPKG_NAME}" "${TPKG_NAME}.net-dns.org" | tee out )
|
||||||
then
|
then
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
diff out "${TPKG_NAME}.good"
|
diff out "${TPKG_NAME}.good" --ignore-matching-lines=";; MSG SIZE rcvd: "
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue