From fb3d7e4ae75c12e5a87e2731ec0d413152e64ead Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 23 Jul 2012 16:24:26 +0200 Subject: [PATCH] cmd_TERM: oops, non aides may kill their own sessions. --- citadel/citserver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/citadel/citserver.c b/citadel/citserver.c index 2b5b72b77..7e5538b51 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -710,8 +710,6 @@ void cmd_term(char *cmdbuf) int session_num; int terminated = 0; - if (CtdlAccessCheck(ac_aide)) return; - session_num = extract_int(cmdbuf, 0); terminated = CtdlTerminateOtherSession(session_num); -- 2.30.2