mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-02 09:19:36 -04:00
address race condition in ecdsa system test leading to differing authority sections. [RT #40283]; no CHANGES entry.
(cherry picked from commit 1d5ebfc05f)
This commit is contained in:
parent
de8a5c0d3b
commit
cdb3033788
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ n=0
|
|||
|
||||
rm -f dig.out.*
|
||||
|
||||
DIGOPTS="+tcp +noadd +nosea +nostat +nocmd +dnssec -p 5300"
|
||||
DIGOPTS="+tcp +noau +noadd +nosea +nostat +nocmd +dnssec -p 5300"
|
||||
|
||||
# Check the example. domain
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue