From d91d734257619e26918b4da8153af42cd4f316de Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 22:01:55 +0000 Subject: Oops, goofed up git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4804 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 a47ff60e8..5086bd093 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1284,7 +1284,7 @@ void userrec::Write(const std::string &text) if ((this->fd < 0) || (this->fd > MAX_DESCRIPTORS)) return; - static std::string crlf = text; + std::string crlf = text; crlf.append("\r\n"); if (Config->GetIOHook(this->GetPort())) -- cgit v1.3.1-10-gc9f91