summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-03-25 13:56:27 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-03-25 13:56:27 +0000
commit01aae0d76263d28bae3642545d7c071290d242da (patch)
treef0692968616ab7de3cbd513c3dee17000fa980cc /src/users.cpp
parent22047153722da3737b10fcbea6cd65bea5bdbcac (diff)
1.1.4+Norvegia
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6713 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 11d1cf130..48260bd1f 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -417,7 +417,6 @@ char* userrec::MakeHostIP()
void userrec::CloseSocket()
{
- ServerInstance->Log(DEBUG,"Close user socket %d", this->fd);
shutdown(this->fd,2);
close(this->fd);
}