From c7d3cd79d36c52619aa2b5180d8435d7270d4626 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Dec 2005 00:13:42 +0000 Subject: This should work again now git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2093 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 4 ++-- 1 file 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() -- cgit v1.2.3