Browse Source

make _get_zone_id usage consistent

Christophe B Billheimer 4 years ago
parent
commit
384bc62f25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_1984hosting.sh

+ 1 - 1
dnsapi/dns_1984hosting.sh

@@ -96,7 +96,7 @@ dns_1984hosting_rm() {
 
   _debug "Delete $fulldomain TXT record"
   
-  _get_zone_id
+  _get_zone_id "$@"
 
   _htmlget "$url/$_zone_id" "$_sub_domain"
   _debug2 _response "$_response"