diff options
| author | liuxueli <[email protected]> | 2020-09-02 19:47:13 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-09-02 19:47:13 +0800 |
| commit | c7008ccd5e48a23757da9501dda10284cc1e6374 (patch) | |
| tree | 24170f67b3aa98acdae386cc055b4feb8719472a /src | |
| parent | 4736cd19110f4ecf2b79d76f8bea38fd198b027e (diff) | |
修复编译错误v3.2.5.20.09
Diffstat (limited to 'src')
| -rw-r--r-- | src/tsg_rule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
