mirror of
https://github.com/anope/anope.git
synced 2026-06-30 12:06:38 +02:00
oops, sorry :(
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2466 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ static void delete_server(Server * serv, const char *quitreason)
|
||||
(quitreason ? sstrdup(quitreason) : NULL);
|
||||
}
|
||||
|
||||
if (LimitSessions && !is_ulined(server)) {
|
||||
if (LimitSessions && !is_ulined(u->server)) {
|
||||
del_session(u->host);
|
||||
}
|
||||
delete u;
|
||||
|
||||
Reference in New Issue
Block a user