mirror of
https://github.com/znc/znc.git
synced 2026-06-29 14:31:19 +02:00
Update to latest Csocket
Lots of interesting stuff in here, if you want details, ask Csocket's git history. :-P Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
}
|
||||
|
||||
virtual ~CShellMod() {
|
||||
vector<CZNCSock*> vSocks = m_pManager->FindSocksByName("SHELL");
|
||||
vector<Csock*> vSocks = m_pManager->FindSocksByName("SHELL");
|
||||
|
||||
for (unsigned int a = 0; a < vSocks.size(); a++) {
|
||||
m_pManager->DelSockByAddr(vSocks[a]);
|
||||
|
||||
Reference in New Issue
Block a user