diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/users.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/users.cpp b/src/users.cpp index b5a30093a..bf7ac6230 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -67,13 +67,6 @@ userrec::userrec() userrec::~userrec() { -#ifdef THREADED_DNS - // for local clients, clean up their dns thread - if (!strcmp(this->server,ServerName)) - { - pthread_kill(this->dnsthread,9); - } -#endif } void userrec::CloseSocket() |