aboutsummaryrefslogtreecommitdiff
path: root/dns/powerdns/files/patch-pdns_common_startup_cc
diff options
context:
space:
mode:
Diffstat (limited to 'dns/powerdns/files/patch-pdns_common_startup_cc')
-rw-r--r--dns/powerdns/files/patch-pdns_common_startup_cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/dns/powerdns/files/patch-pdns_common_startup_cc b/dns/powerdns/files/patch-pdns_common_startup_cc
deleted file mode 100644
index 939539a58a66..000000000000
--- a/dns/powerdns/files/patch-pdns_common_startup_cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- pdns/common_startup.cc.orig Tue Dec 17 08:18:41 2002
-+++ pdns/common_startup.cc Tue Dec 17 08:19:58 2002
-@@ -270,8 +270,10 @@
- TN->go(); // tcp nameserver launch
-
- // fork(); (this worked :-))
-- for(int n=0;n<arg().asNum("receiver-threads");++n) {
-- DNSDistributor *D= new DNSDistributor(arg().asNum("distributor-threads")); // the big dispatcher!
-+ int foo1 = arg().asNum("receiver-threads");
-+ for(int n=0;n<foo1;++n) {
-+ int foo2 = arg().asNum("distributor-threads");
-+ DNSDistributor *D= new DNSDistributor(foo2); // the big dispatcher!
- pthread_create(&qtid,0,qthread,static_cast<void *>(D)); // receives packets
- }
-