From ef0de9ce44854ac2e9c52096bb4a78b73f34f7aa Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 21 Aug 2020 11:38:03 +0200 Subject: [PATCH] pdnsutil: file-local functions need to be static --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.47.2