From 1f56002af538fe6e2ddaecb96add7053245ad3ad Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Apr 2005 13:31:24 +0000 Subject: Fixed dicky buffer (due to cleanup the wrong variable was being used) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1193 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/connection.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include/connection.h') diff --git a/include/connection.h b/include/connection.h index 304f20cd9..614a3146d 100644 --- a/include/connection.h +++ b/include/connection.h @@ -27,6 +27,7 @@ #include #include #include +#include #ifndef __CONNECTION_H__ #define __CONNECTION_H__ @@ -78,11 +79,13 @@ class ircd_connector : public Extensible */ bool SetHostAddress(char* host, int port); - /** IRCD Buffer for input characters, holds one line - */ - std::string ircdbuffer; public: + + /** IRCD Buffer for input characters, holds one line + */ + std::string ircdbuffer; + /** When MakeOutboundConnection is called, these public members are * filled with the details passed to the function, for future -- cgit v1.2.3