diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 249b789e9..ffa3d5443 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -811,7 +811,7 @@ void FullConnectUser(userrec* user, CullList* Goners) return; } - r = matches_kline(user->host); + r = matches_kline(match_against); if (r) { |