]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove useless 'meta'
authorMark Schouten <mark@tuxis.nl>
Tue, 18 Oct 2016 14:12:19 +0000 (16:12 +0200)
committerMark Schouten <mark@tuxis.nl>
Thu, 8 Dec 2016 14:41:13 +0000 (15:41 +0100)
pdns/pdnsutil.cc

index 6a31935db53267613553632d5685cb3b68ee247e..33f1ff9a3a879bff1b79dd7bd35e3f94d854b1bc 100644 (file)
@@ -1508,7 +1508,6 @@ int setZoneAccount(const DNSName& zone, const string &account)
 {
   UeberBackend B("default");
   DomainInfo di;
-  std::vector<std::string> meta;
 
   if (!B.getDomainInfo(zone, di)){
     cerr << "No such zone "<<zone<<" in the database" << endl;
@@ -1525,7 +1524,6 @@ int setZoneKind(const DNSName& zone, const DomainInfo::DomainKind kind)
 {
   UeberBackend B("default");
   DomainInfo di;
-  std::vector<std::string> meta;
 
   if (!B.getDomainInfo(zone, di)){
     cerr << "No such zone "<<zone<<" in the database" << endl;