mirror of
https://github.com/znc/znc.git
synced 2026-06-26 21:12:03 +02:00
Add and use CZNCSock instead of Csock everywhere
This class will be used to implement async DNS in a later commit. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1550 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
#include "User.h"
|
||||
#include "znc.h"
|
||||
|
||||
CIRCSock::CIRCSock(CUser* pUser) : Csock() {
|
||||
CIRCSock::CIRCSock(CUser* pUser) : CZNCSock() {
|
||||
m_pUser = pUser;
|
||||
m_bISpoofReleased = false;
|
||||
m_bAuthed = false;
|
||||
|
||||
Reference in New Issue
Block a user