FIX dns_udr api: loop variable

This commit is contained in:
Andreas Scherer 2022-02-08 15:57:19 +01:00
parent f3a0a25380
commit 888d91d14a
1 changed files with 1 additions and 1 deletions

View File

@ -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