[master] refactor resquery_response() and related functions

4669.	[func]		Iterative query logic in resolver.c has been
			refactored into smaller functions and commented,
			for improved readability, maintainability and
			testability. [RT #45362]
This commit is contained in:
Evan Hunt
2017-08-04 16:07:33 -07:00
parent 592d2ea98c
commit 61367c604c
9 changed files with 2599 additions and 1944 deletions

View File

@@ -358,6 +358,7 @@ if [ $HAS_PYYAML -ne 0 ] ; then
fi
echo "I:checking dnstap-read hex output"
ret=0
hex=`$DNSTAPREAD -x ns3/dnstap.out | tail -1`
echo $hex | $WIRETEST > dnstap.hex
grep 'status: NOERROR' dnstap.hex > /dev/null 2>&1 || ret=1