summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-26 13:59:42 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-26 13:59:42 +0000
commitf96e2fdaab46be61405d711fb67936fbdbecbd70 (patch)
tree1795d4e98f2c7008b231de00953e394e1dd1c240 /src/modules/m_ident.cpp
parent427b8f26d49f448377e413df6b35bfae8103cc43 (diff)
Removal of a comment - DRASTICALLY IMPORTANT, THIS COMMENT CAN CAUSE A MAJOR SYSTEM CRASH! ;)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2923 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_ident.cpp')
-rw-r--r--src/modules/m_ident.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp
index aad9e79cb..38fd8fe87 100644
--- a/src/modules/m_ident.cpp
+++ b/src/modules/m_ident.cpp
@@ -39,7 +39,6 @@ class RFC1413 : public InspSocket
char ident_request[128]; // buffer used to make up the request string
public:
- // The destructor makes damn sure the socket is freed :)
RFC1413(userrec* user, int maxtime, Server* S) : InspSocket(user->host, 113, false, maxtime), Srv(S), u(user)
{
Srv->Log(DEBUG,"Ident: associated with user "+std::string(user->nick));