From d11323cf349815197d824facf79b6fdbfc9f5a98 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 27 Oct 2014 21:10:03 +0100 Subject: Allow setting a limit of less than 64 entries for non-ban listmodes via Fixes regression introduced in 234be2f3cb --- src/modules/u_listmode.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/u_listmode.h b/src/modules/u_listmode.h index 30bf6a48f..a728eb839 100644 --- a/src/modules/u_listmode.h +++ b/src/modules/u_listmode.h @@ -294,6 +294,8 @@ class ListModeBase : public ModeHandler return MODEACTION_DENY; } } + else + break; } } -- cgit v1.2.3