From 982ca96c15bffc94d23108005cc284ed32c71fa0 Mon Sep 17 00:00:00 2001 From: zhang-daiyue Date: Mon, 15 May 2023 08:09:42 +0000 Subject: [PATCH] [Debug] No supress Signed-off-by: zhang-daiyue Change-Id: I1146c734d5a0045518d54dddc9340372d2ccf62f --- lib/ratelimit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ratelimit.c b/lib/ratelimit.c index ce945c17980b..6d9cca9bc067 100644 --- a/lib/ratelimit.c +++ b/lib/ratelimit.c @@ -35,6 +35,7 @@ int ___ratelimit(struct ratelimit_state *rs, const char *func) unsigned long flags; int ret; + return 1; if (!interval) return 1; -- Gitee