diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-05-13 00:43:00 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-05-13 00:43:00 +0200 |
commit | c090e54be9c01f862a734ad31a3e6c01ff259d3a (patch) | |
tree | c425a3e924bed4bca9fd4827d27622966840f1a2 /include/modules | |
parent | d1f028db2be42a272b142511bc006a42bb27af8d (diff) |
core_dns Add DNS timeout timer in Process() not in DNS::Request constructor
Diffstat (limited to 'include/modules')
-rw-r--r-- | include/modules/dns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules/dns.h b/include/modules/dns.h index ea443e343..a66e3c28e 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -155,7 +155,6 @@ namespace DNS , id(0) , creator(mod) { - ServerInstance->Timers.AddTimer(this); } virtual ~Request() |