formatting

This commit is contained in:
StefanAbl 2020-07-13 15:49:25 +02:00
parent f5411ac9ab
commit f8c8330258

View File

@ -137,8 +137,6 @@ _get_authentication() {
fi
}
_dns_dynv6_add_http() {
_debug "Got HTTP token form _get_authentication method. Going to use the HTTP API"
if ! _get_zone_id "$fulldomain"; then
@ -176,7 +174,6 @@ _dns_dynv6_rm_http(){
fi
}
#get the zoneid for a specifc record or zone
#usage: _get_zone_id §record
#where $record is the record to get the id for
@ -287,4 +284,3 @@ _dynv6_rest() {
_debug2 response "$response"
return 0
}