mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
Nit: fix typo (dnsssec-signzone)
This commit is contained in:
parent
7bfac50336
commit
e6ee5486ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1485,7 +1485,7 @@ n=$((n+1))
|
|||
test "$ret" -eq 0 || echo_i "failed"
|
||||
status=$((status+ret))
|
||||
|
||||
echo_i "checking that dnsssec-signzone updates originalttl on ttl changes ($n)"
|
||||
echo_i "checking that dnssec-signzone updates originalttl on ttl changes ($n)"
|
||||
ret=0
|
||||
zone=example
|
||||
key1=$($KEYGEN -K signer -q -a RSASHA1 -b 1024 -n zone $zone)
|
||||
|
|
|
|||
Loading…
Reference in a new issue