From c7008ccd5e48a23757da9501dda10284cc1e6374 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 2 Sep 2020 19:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsg_rule.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tsg_rule.cpp b/src/tsg_rule.cpp index 012937e..a8a9345 100644 --- a/src/tsg_rule.cpp +++ b/src/tsg_rule.cpp @@ -156,6 +156,7 @@ void ASN_dup_data(int table_id, MAAT_PLUGIN_EX_DATA *to, MAAT_PLUGIN_EX_DATA *fr void ASN_new_data(int table_id, const char* key, const char* table_line, MAAT_PLUGIN_EX_DATA* ad, long argl, void* argp) { + void *logger=argp; int ret=0,id=0,is_valid=0; struct _asn_info_t *asn=NULL;