diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/business/tsg-http/src/tsg_http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/business/tsg-http/src/tsg_http.cpp b/plugin/business/tsg-http/src/tsg_http.cpp index af64d20..572d419 100644 --- a/plugin/business/tsg-http/src/tsg_http.cpp +++ b/plugin/business/tsg-http/src/tsg_http.cpp @@ -2700,7 +2700,7 @@ enum proxy_action http_scan(const struct tfe_http_session * session, enum tfe_ht } const char * str_field_name = http_field_name_to_string(&field_name); - scan_ret = maat_state_set_scan_district(ctx->scan_mid, str_field_name, strlen(str_field_name)); + scan_ret = maat_state_set_scan_district(ctx->scan_mid, table_id, str_field_name, strlen(str_field_name)); assert(scan_ret == 0); scan_ret = maat_scan_string(g_proxy_rt->feather, table_id, field_val, strlen(field_val), |
