Files
znc/Client.cpp
Uli Schlachter ff35970318 OnClientDisconnect() always needs a valid user
If a client disconnected before completing the authentication,
OnClientDisconnect() was called with m_pUser == NULL. This problem is new since
previously MODULECALL silently failed if it got a NULL.

Thanks to ex0a for repeatedly crashing his znc to figure this out. :-P

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-09-11 10:50:27 +02:00

23 KiB