X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fdns.h;h=e2f151d61a2a00a2f6699a6248566f99f039dbfa;hb=dcbb0ae938711cd49df73dc2ff6cd6289aeefb44;hp=eeaad4ef8c361e92098349df7352a56d2064384f;hpb=be10eab6ce68d4f06cc7b14bc2fca35e005ce6b5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/dns.h b/include/dns.h index eeaad4ef8..e2f151d61 100644 --- a/include/dns.h +++ b/include/dns.h @@ -251,7 +251,7 @@ class CoreExport Resolver * whilst lookups are in progress, they can be safely removed and your module will not * crash the server. */ - Resolver(const std::string &source, QueryType qt, bool &cached, Module* creator = NULL); + Resolver(const std::string &source, QueryType qt, bool &cached, Module* creator); /** * The default destructor does nothing.