From: Pavel Boldin Date: Tue, 20 Aug 2013 14:31:42 +0000 (+0400) Subject: reindent declarations, fix typo X-Git-Tag: rec-3.6.0-rc1~457^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2e52bc5451f6115b4ef8bf5ce241c68246dcd1d;p=pdns reindent declarations, fix typo --- diff --git a/pdns/backends/bind/bindbackend2.cc b/pdns/backends/bind/bindbackend2.cc index 21c5f0bed..35a8f44e8 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="")