mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Add test for #1229 and actually fix it.
This commit is contained in:
@@ -45,10 +45,8 @@ class CZNCSock : public Csock {
|
||||
m_ssTrustedFingerprints = ssFPs;
|
||||
}
|
||||
|
||||
#ifndef HAVE_ICU
|
||||
// Don't fail to compile when ICU is not enabled
|
||||
void SetEncoding(const CString&) {}
|
||||
#endif
|
||||
void SetEncoding(const CString&);
|
||||
|
||||
virtual CString GetRemoteIP() const { return Csock::GetRemoteIP(); }
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user