summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/users.cpp b/src/users.cpp
index fca24e733..17fc0fb93 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1,4 +1,4 @@
-/* +------------------------------------+
+i/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
@@ -64,7 +64,7 @@ userrec::userrec()
userrec::~userrec()
{
- //pthread_kill(this->dnsthread,9);
+ pthread_kill(this->dnsthread,9);
}
void userrec::CloseSocket()