From: Ruben Kerkhof Date: Sat, 13 Dec 2014 15:18:13 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: rec-3.7.0-rc1~113^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1938%2Fhead;p=thirdparty%2Fpdns.git Fix typo in comment --- diff --git a/modules/luabackend/supermaster.cc b/modules/luabackend/supermaster.cc index ac129ffaa6..a877352f5f 100644 --- a/modules/luabackend/supermaster.cc +++ b/modules/luabackend/supermaster.cc @@ -21,8 +21,8 @@ #include "pdns/logger.hh" #include "pdns/arguments.hh" -/* - //! determine if ip is a supermaster or a domain +/* + //! determine if ip is a supermaster for a domain virtual bool superMasterBackend(const string &ip, const string &domain, const vector&nsset, string *nameserver, string *account, DNSBackend **db) //! called by PowerDNS to create a slave record for a superMaster