diff options
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 641827428..fca24e733 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -64,7 +64,7 @@ userrec::userrec() userrec::~userrec() { - pthread_kill(this->dnsthread,9); + //pthread_kill(this->dnsthread,9); } void userrec::CloseSocket() |