From a72520a03c2176f0a99a2dbe2f3c4b4c6a95a3e1 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 31 Mar 2010 18:18:07 -0500 Subject: [PATCH] Prevent pre-registration connect blocks from being used post-registration --- src/users.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/users.cpp b/src/users.cpp index 2e2229afa..6f2880659 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -784,6 +784,7 @@ void LocalUser::FullConnect() * may put the user into a totally seperate class with different restrictions! so we *must* check again. * Don't remove this! -- w00t */ + MyClass = NULL; SetClass(); CheckClass(); CheckLines(); -- 2.39.2