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:
psychon
2010-03-16 09:23:32 +00:00
parent b764aa7b42
commit 3e49639cc9
-1
View File
@@ -65,7 +65,6 @@ void CHTTPSock::CheckPost() {
GetPage();
m_sPostData.clear();
m_bDone = true;
Close(Csock::CLT_AFTERWRITE);
}
}