]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Broken kline matching in connect code (reported by LeaChim)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 14 May 2006 16:56:56 +0000 (16:56 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 14 May 2006 16:56:56 +0000 (16:56 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3959 e03df62e-2008-0410-955e-edbf42e46eb7

src/users.cpp

index 249b789e9d83c552b6ef616a470aaa4c49e9f232..ffa3d544357abbc805e5c271c80b0c1b0e6c8465 100644 (file)
@@ -811,7 +811,7 @@ void FullConnectUser(userrec* user, CullList* Goners)
                        return;
                }
                
-               r = matches_kline(user->host);
+               r = matches_kline(match_against);
                
                if (r)
                {