Skip to content

Commit

Permalink
improve: remove g_inner_trusted_domains
Browse files Browse the repository at this point in the history
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Sep 3, 2024
1 parent b391923 commit 40503d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1168,9 +1164,6 @@ config_read()
}
}

// parse inner trusted domain string
parse_inner_trusted_domain_string(g_inner_trusted_domains);

fclose(fd);
}

Expand Down

0 comments on commit 40503d9

Please sign in to comment.