From: Peter van Dijk Date: Mon, 10 Jun 2013 06:54:24 +0000 (+0200) Subject: cherry-squash of 38860c862e3064980d6ace6ae5cc2bffd001f45b..9183c9e515c1720e05ef3843a1... X-Git-Tag: auth-3.3-rc2~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8714c9cd453c5838e8e2026872f87ecbbb5ce66a;p=thirdparty%2Fpdns.git cherry-squash of 38860c862e3064980d6ace6ae5cc2bffd001f45b..9183c9e515c1720e05ef3843a1f8a52ad617c649, clang fixes by Aki Tuomi, thanks! --- diff --git a/modules/remotebackend/remotebackend.hh b/modules/remotebackend/remotebackend.hh index c1758d8a4e..1f01d968eb 100644 --- a/modules/remotebackend/remotebackend.hh +++ b/modules/remotebackend/remotebackend.hh @@ -59,7 +59,7 @@ class HTTPConnector: public Connector { virtual int send_message(const rapidjson::Document &input); virtual int recv_message(rapidjson::Document &output); - friend size_t ::httpconnector_write_data(void*, size_t, size_t, void *value); + friend size_t httpconnector_write_data(void*, size_t, size_t, void *value); private: std::string d_url; std::string d_url_suffix; diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 0182b2b6f5..27fcd1b096 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -740,7 +740,7 @@ int PacketHandler::trySuperMasterSynchronous(DNSPacket *p) DNSBackend *db; if(!B.superMasterBackend(p->getRemote(), p->qdomain, nsset, &account, &db)) { L<qdomain<<" for potential supermaster "<getRemote()<<". "<