From ffa07cbdb0a5b6d19dc69ec421bf2f3509c31608 Mon Sep 17 00:00:00 2001 From: dmchen Date: Mon, 25 Sep 2023 19:21:34 +0800 Subject: [PATCH] detail length --- include/libs/audit/audit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libs/audit/audit.h b/include/libs/audit/audit.h index 2ce329ec70..85d462b96b 100644 --- a/include/libs/audit/audit.h +++ b/include/libs/audit/audit.h @@ -29,7 +29,7 @@ extern "C" { #endif -#define AUDIT_DETAIL_MAX 65536 +#define AUDIT_DETAIL_MAX 65472 typedef struct { const char *server;