aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-12-02 00:13:42 +0000
committerGravatar brain2005-12-02 00:13:42 +0000
commitc7d3cd79d36c52619aa2b5180d8435d7270d4626 (patch)
tree6a3234bd5a43d104ca0736e2522e7ec03d07e378 /src/users.cpp
parentChanged to %u for unsigned (diff)
downloadinspircd++-c7d3cd79d36c52619aa2b5180d8435d7270d4626.tar.gz
inspircd++-c7d3cd79d36c52619aa2b5180d8435d7270d4626.tar.bz2
inspircd++-c7d3cd79d36c52619aa2b5180d8435d7270d4626.zip
This should work again now
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2093 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-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()