From 40503d92333d359d03a3ede398b8a78afb04fea2 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Tue, 3 Sep 2024 18:42:43 +0800 Subject: [PATCH] improve: remove g_inner_trusted_domains Signed-off-by: Dengfeng Liu --- src/conf.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/conf.c b/src/conf.c index ecd45964..d539c856 100644 --- a/src/conf.c +++ b/src/conf.c @@ -39,10 +39,6 @@ #include "util.h" #include "wd_util.h" - -//>>> liudf added 20160114 -const char *g_inner_trusted_domains = ""; - /** @internal * Holds the current configuration of the gateway */ static s_config config; @@ -1168,9 +1164,6 @@ config_read() } } - // parse inner trusted domain string - parse_inner_trusted_domain_string(g_inner_trusted_domains); - fclose(fd); }