mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
Identfile: don't crash when ZNC is shutting down.
Thanks to Domin for reporting this. Conflicts: modules/identfile.cpp
This commit is contained in:
committed by
Kyle Fuller
parent
266382904e
commit
75ae156ba2
@@ -98,7 +98,7 @@ public:
|
||||
}
|
||||
|
||||
void ReleaseISpoof() {
|
||||
DEBUG("Releasing ident spoof for user [" + m_pUser->GetUserName() + "]");
|
||||
DEBUG("Releasing ident spoof for user [" + (m_pUser ? m_pUser->GetUserName() : "<no user>") + "]");
|
||||
|
||||
m_pIRCSock = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user