Skip to content

Commit

Permalink
Fix dummy backend create_record definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 30, 2016
1 parent 7b216e4 commit d88cfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smart_proxy_dns_powerdns/backend/dummy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_zone name
}
end

def create_record domain_id, name, ttl, content, type
def create_record domain_id, name, content, type
false
end

Expand Down

0 comments on commit d88cfcb

Please sign in to comment.