From 12d930cfdaf8ddd07a60d78f3170fb9fafc802c5 Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Fri, 8 May 2020 19:09:05 +0200 Subject: [PATCH] missed one Signed-off-by: Raffaele Di Fazio --- provider/dyn/dyn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/dyn/dyn.go b/provider/dyn/dyn.go index 31aa89543..0c3522a57 100644 --- a/provider/dyn/dyn.go +++ b/provider/dyn/dyn.go @@ -461,7 +461,7 @@ func (d *dynProviderState) login() (*dynect.Client, error) { // the zones we are allowed to touch. Currently only exact matches are considered, not all // zones with the given suffix func (d *dynProviderState) zones(client *dynect.Client) []string { - return d.ZoneIDFilter.ZoneIDs // FIXME this should not access directly the ZoneIDs, no other provider does + return d.ZoneIDFilter.ZoneIDs } func (d *dynProviderState) buildRecordRequest(ep *endpoint.Endpoint) (string, *dynect.RecordRequest) {