summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/pdns-recursor/files/pdns-recursor-4.6.2-parseACL.patch')
-rw-r--r--net-dns/pdns-recursor/files/pdns-recursor-4.6.2-parseACL.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-dns/pdns-recursor/files/pdns-recursor-4.6.2-parseACL.patch b/net-dns/pdns-recursor/files/pdns-recursor-4.6.2-parseACL.patch
deleted file mode 100644
index ee58e055f09a..000000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-4.6.2-parseACL.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/pdns_recursor.cc
-+++ b/pdns_recursor.cc
-@@ -4775,8 +4775,6 @@ static std::shared_ptr<NetmaskGroup> parseACL(const std::string& aclFile, const
- result->addMask(line);
- }
- g_log<<Logger::Info<<"Done parsing "<<result->size()<<" "<<aclSetting<<" ranges from file '"<<::arg()[aclFile]<<"' - overriding '"<<aclSetting<<"' setting"<<endl;
--
-- return result;
- }
- else if(!::arg()[aclSetting].empty()) {
- vector<string> ips;
-@@ -4790,11 +4788,9 @@ static std::shared_ptr<NetmaskGroup> parseACL(const std::string& aclFile, const
- g_log<<Logger::Info<<*i;
- }
- g_log<<Logger::Info<<endl;
--
-- return result;
- }
-
-- return nullptr;
-+ return result;
- }
-
- void parseACLs()