From 5e2d19dbe261492ef7309f778ef24066c07c6165 Mon Sep 17 00:00:00 2001 From: lhc Date: Mon, 12 Jun 2023 15:29:27 +0800 Subject: [PATCH] fix:selinux Signed-off-by: lhc --- lib/ratelimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ratelimit.c b/lib/ratelimit.c index ce945c17980b..67ef85dd0e0d 100644 --- a/lib/ratelimit.c +++ b/lib/ratelimit.c @@ -34,7 +34,7 @@ int ___ratelimit(struct ratelimit_state *rs, const char *func) int burst = READ_ONCE(rs->burst); unsigned long flags; int ret; - + return 1; if (!interval) return 1; -- Gitee