From 1286131861ca9eed44776bc24d8b5523fcb2a9c0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 19 Feb 2007 15:57:41 +0000 Subject: [PATCH] For sessions using the Citadel wire protocol, follow the 'too many users are online' message with a forcible session disconnect. --- citadel/citserver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/citadel/citserver.c b/citadel/citserver.c index bfe27e518..2a034e5f6 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -882,6 +882,7 @@ void citproto_begin_session() { ERROR + MAX_SESSIONS_EXCEEDED, config.c_nodename, config.c_maxsessions ); + CC->kill_me = 1; } else { cprintf("%d %s Citadel server ready.\n", -- 2.39.2