From: Otto Moerbeek Date: Wed, 26 Jun 2019 15:28:17 +0000 (+0200) Subject: typo X-Git-Tag: dnsdist-1.4.0-rc3~39^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb99bcf170285db75f23cd5c35e5d48a042273da;p=thirdparty%2Fpdns.git typo --- diff --git a/pdns/comfun.cc b/pdns/comfun.cc index b661d9137b..0f4bc90aee 100644 --- a/pdns/comfun.cc +++ b/pdns/comfun.cc @@ -387,7 +387,7 @@ void readRESNames(const std::string& fname, map>& { ifstream ifs(fname); if(!ifs) - unixDie("Reading resolved names from "+fname+": "+stringerror())); + unixDie("Reading resolved names from "+fname+": "+stringerror()); vector parts; string line; addrs.clear();