[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user