5150faa
--- pdns-3.4.2/pdns/common_startup.cc.orig	2015-02-03 09:12:06.000000000 +0100
5150faa
+++ pdns-3.4.2/pdns/common_startup.cc	2015-02-07 15:42:33.333920459 +0100
5150faa
@@ -165,7 +165,7 @@ void declareArguments()
5150faa
   ::arg().set("max-nsec3-iterations","Limit the number of NSEC3 hash iterations")="500"; // RFC5155 10.3
5150faa
 
5150faa
   ::arg().set("include-dir","Include *.conf files from this directory");
5150faa
-  ::arg().set("security-poll-suffix","Domain name from which to query security update notifications")="secpoll.powerdns.com.";
5150faa
+  ::arg().set("security-poll-suffix","Domain name from which to query security update notifications")="";
5150faa
 }
5150faa
 
5150faa
 static uint64_t uptimeOfProcess(const std::string& str)