diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-06-01 15:08:17 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-06-01 15:08:17 +0000 |
commit | 79c35a9b14c39b67c8418cc3e7fa35d31f0d9d98 (patch) | |
tree | 94fe8d595152407ad1fb932e6b0d3b313209df19 /src/connection.cpp | |
parent | 0b233921bf69b877fb44c66e968f0266fc3ebeec (diff) |
Fixes for missing vars
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1580 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index c6aad8c65..0537fef24 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -220,6 +220,7 @@ void ircd_connector::ResetPing() // send AS MUCH OF THE USERS SENDQ as we are able to (might not be all of it) bool ircd_connector::FlushWriteBuf() { + char buffer[MAXBUF]; if ((this->GetState() == STATE_NOAUTH_OUTBOUND) || (this->GetState() == STATE_COOKIE_OUTBOUND)) { // if the outbound socket hasnt connected yet... return true and don't |