1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 06:56:38 +02:00

fixed trying to delete sessions when a ulined server quits

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2465 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
pimpmylinux
2009-08-24 19:22:32 +00:00
parent 4a91b12221
commit b0caa94985
+1 -1
View File
@@ -227,7 +227,7 @@ static void delete_server(Server * serv, const char *quitreason)
(quitreason ? sstrdup(quitreason) : NULL);
}
if (LimitSessions) {
if (LimitSessions && !is_ulined(server)) {
del_session(u->host);
}
delete u;