mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Really fix auth modules
It turns out that there was still another Close() hiding in CHTTPSock which made stuff fail. However, just removing it fixes stuff. Thanks to DarthGandalf for noticing that my fix wasn't fixing the bug that was bugging him. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1835 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -65,7 +65,6 @@ void CHTTPSock::CheckPost() {
|
||||
GetPage();
|
||||
m_sPostData.clear();
|
||||
m_bDone = true;
|
||||
Close(Csock::CLT_AFTERWRITE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user