From 1aaee19ee96eef97eb75bfaaf4cf38db74d0dc6c Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 Oct 2006 20:38:32 +0000 Subject: Fix broken quits (i broke them by taking out a check i didnt think was required -- it was. RTFS!) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5590 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/userprocess.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/userprocess.cpp') diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 5ae0812c1..76a66e4a0 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -201,6 +201,9 @@ void InspIRCd::ProcessUser(userrec* cu) * table, life is much easier (and FASTER) */ EventHandler* new_comp = this->SE->GetRef(currfd); + + if (new_comp != old_comp) + return; } return; -- cgit v1.3.1-10-gc9f91