mirror of
https://github.com/znc/znc.git
synced 2026-06-27 13:31:32 +02:00
Fix a bunch of conversion warnings #197
This commit is contained in:
@@ -219,7 +219,7 @@ public:
|
||||
|
||||
CString GetKey(Csock *pSock) {
|
||||
CString sRes;
|
||||
int res = pSock->GetPeerFingerprint(sRes);
|
||||
long int res = pSock->GetPeerFingerprint(sRes);
|
||||
|
||||
DEBUG("GetKey() returned status " << res << " with key " << sRes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user