diff options
| author | 2008-04-02 22:57:52 +0000 | |
|---|---|---|
| committer | 2008-04-02 22:57:52 +0000 | |
| commit | 80959555778404b7f0cdd4bd171ea7e1fe6116e9 (patch) | |
| tree | 0f73fc8be96bf573046129c92477f451e1d178ba /src/users.cpp | |
| parent | Fix for bug #456 so we can be rid of it (diff) | |
| download | inspircd++-80959555778404b7f0cdd4bd171ea7e1fe6116e9.tar.gz inspircd++-80959555778404b7f0cdd4bd171ea7e1fe6116e9.tar.bz2 inspircd++-80959555778404b7f0cdd4bd171ea7e1fe6116e9.zip | |
Fix brain's compile error :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9282 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 95ae87f5d..956ed17c0 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -314,7 +314,7 @@ char* User::MakeHostIP() void User::CloseSocket() { - if (this > -1) + if (this->fd > -1) { ServerInstance->SE->Shutdown(this, 2); ServerInstance->SE->Close(this); |
