From b2e52bc5451f6115b4ef8bf5ce241c68246dcd1d Mon Sep 17 00:00:00 2001 From: Pavel Boldin Date: Tue, 20 Aug 2013 18:31:42 +0400 Subject: [PATCH] reindent declarations, fix typo --- pdns/backends/bind/bindbackend2.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pdns/backends/bind/bindbackend2.cc b/pdns/backends/bind/bindbackend2.cc index 21c5f0bed7..35a8f44e82 100644 --- a/pdns/backends/bind/bindbackend2.cc +++ b/pdns/backends/bind/bindbackend2.cc @@ -1355,13 +1355,13 @@ class Bind2Factory : public BackendFactory void declareArguments(const string &suffix="") { - declare(suffix,"ignore-broken-records","Ignore records that are out-of-bound or the zone.", "yes"); - declare(suffix,"config","Location of named.conf",""); - declare(suffix,"check-interval","Interval for zonefile changes","0"); - declare(suffix,"supermaster-config","Location of (part of) named.conf where pdns can write zone-statements to",""); - declare(suffix,"supermasters","List of IP-addresses of supermasters",""); - declare(suffix,"supermaster-destdir","Destination directory for newly added slave zones",::arg()["config-dir"]); - declare(suffix,"dnssec-db","Filename to store & access our DNSSEC metadatabase, empty for none", ""); + declare(suffix,"ignore-broken-records","Ignore records that are out-of-bound for the zone.","yes"); + declare(suffix,"config","Location of named.conf",""); + declare(suffix,"check-interval","Interval for zonefile changes","0"); + declare(suffix,"supermaster-config","Location of (part of) named.conf where pdns can write zone-statements to",""); + declare(suffix,"supermasters","List of IP-addresses of supermasters",""); + declare(suffix,"supermaster-destdir","Destination directory for newly added slave zones",::arg()["config-dir"]); + declare(suffix,"dnssec-db","Filename to store & access our DNSSEC metadatabase, empty for none", ""); } DNSBackend *make(const string &suffix="") -- 2.47.2