mirror of
https://github.com/znc/znc.git
synced 2026-06-23 03:25:51 +02:00
Update to latest Csocket
This breaks (& fixes again, as far as ZNC itself is concerened) API! git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1040 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ void CShellSock::ReadLine(const CString& sData) {
|
||||
void CShellSock::Disconnected() {
|
||||
// If there is some incomplete line in the buffer, read it
|
||||
// (e.g. echo echo -n "hi" triggered this)
|
||||
CString &sBuffer = GetInternalBuffer();
|
||||
CString &sBuffer = GetInternalReadBuffer();
|
||||
if (!sBuffer.empty())
|
||||
ReadLine(sBuffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user