Commit 888d91d1 authored by Andreas Scherer's avatar Andreas Scherer
Browse files

FIX dns_udr api: loop variable

parent f3a0a253
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment