From efe77ba63b1e519fc4d563bd9b599277c4bd96e5 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 8 Feb 2014 23:01:44 +0100 Subject: Change all socketengine methods to be static --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 04d2114dc..eb91a9cb5 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -818,7 +818,7 @@ void User::Write(const char *text, ...) void LocalUser::Write(const std::string& text) { - if (!ServerInstance->SE->BoundsCheckFd(&eh)) + if (!SocketEngine::BoundsCheckFd(&eh)) return; if (text.length() > ServerInstance->Config->Limits.MaxLine - 2) -- cgit v1.3.1-10-gc9f91