mirror of
https://github.com/znc/znc.git
synced 2026-06-11 17:25:04 +02:00
Update Csocket to e00323f9f18
This breaks API for Csock::SockError()! Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
+1
-1
@@ -536,7 +536,7 @@ bool CHTTPSock::Redirect(const CString& sURL) {
|
||||
void CHTTPSock::Timeout() {
|
||||
}
|
||||
|
||||
void CHTTPSock::SockError(int iErrno) {
|
||||
void CHTTPSock::SockError(int iErrno, const CString& sDescription) {
|
||||
}
|
||||
|
||||
void CHTTPSock::Connected() {
|
||||
|
||||
Reference in New Issue
Block a user