]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Jun 2019 15:28:17 +0000 (17:28 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Jun 2019 15:28:17 +0000 (17:28 +0200)
pdns/comfun.cc

index b661d9137ba3682917bac4c45ab037dd7d59321b..0f4bc90aee4ba727099b58369058856d4e954add 100644 (file)
@@ -387,7 +387,7 @@ void readRESNames(const std::string& fname, map<DNSName, vector<ComboAddress>>&
 {
   ifstream ifs(fname);
   if(!ifs)
-    unixDie("Reading resolved names from "+fname+": "+stringerror()));
+    unixDie("Reading resolved names from "+fname+": "+stringerror());
   vector<string> parts;
   string line;
   addrs.clear();