From 79c35a9b14c39b67c8418cc3e7fa35d31f0d9d98 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 1 Jun 2005 15:08:17 +0000 Subject: Fixes for missing vars git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1580 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3