FIX dns_udr api: loop variable

pull/3921/head
Andreas Scherer 3 years ago
parent f3a0a25380
commit 888d91d14a

@ -108,7 +108,7 @@ dns_udr_rm() {
# _domain=domain.com
_get_root() {
domain=$1
i=2
i=1
if ! _udr_rest "QueryDNSZoneList" ""; then
return 1

Loading…
Cancel
Save