From: Peter van Dijk Date: Fri, 21 Aug 2020 09:38:03 +0000 (+0200) Subject: pdnsutil: file-local functions need to be static X-Git-Tag: rec-4.4.0-beta1~16^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef0de9ce44854ac2e9c52096bb4a78b73f34f7aa;p=thirdparty%2Fpdns.git pdnsutil: file-local functions need to be static --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 56e180f696..c4e1c941da 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -1309,7 +1309,7 @@ static int addOrReplaceRecord(bool addOrReplace, const vector& cmds) { } // addSuperMaster add anew super master -int addSuperMaster(const std::string &IP, const std::string &nameserver, const std::string &account) +static int addSuperMaster(const std::string &IP, const std::string &nameserver, const std::string &account) { UeberBackend B("default");