mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '1479-_wait_for_rcode-adds-extraneous-query' into 'master'
Resolve "_wait_for_rcode adds extraneous query" Closes #1479 See merge request isc-projects/bind9!2747
This commit is contained in:
commit
48ece3bb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ _wait_for_rcode() (
|
|||
ns="$3"
|
||||
qname="$4"
|
||||
file="$5"
|
||||
shift 4
|
||||
shift 5
|
||||
dig_with_opts "$ns" "$qtype" "$qname" "$@" >"$file" || return 1
|
||||
grep "status: $rcode" "$file" >/dev/null
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue