summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_ident.cpp')
-rw-r--r--src/modules/m_ident.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp
index eb8f4df16..a524f70ed 100644
--- a/src/modules/m_ident.cpp
+++ b/src/modules/m_ident.cpp
@@ -52,9 +52,9 @@ class RFC1413 : public InspSocket
// The destructor makes damn sure the socket is freed :)
RFC1413(userrec* user, int maxtime, Server* S) : InspSocket(user->host, 113, false, maxtime)
{
- Srv->Log(DEBUG,"Ident: associated with user "+std::string(user->nick));
- u = user;
Srv = S;
+ u = user;
+ Srv->Log(DEBUG,"Ident: associated with user "+std::string(user->nick));
}
virtual void OnTimeout()