summaryrefslogtreecommitdiff
path: root/src/analysis/scan/rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/scan/rule.c')
-rw-r--r--src/analysis/scan/rule.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/analysis/scan/rule.c b/src/analysis/scan/rule.c
index 6c771fb..bf37585 100644
--- a/src/analysis/scan/rule.c
+++ b/src/analysis/scan/rule.c
@@ -338,7 +338,7 @@ bool g_scan_rule_setup_backend(GScanRule *rule, GEngineBackend *backend, GScanCo
* *
******************************************************************************/
-void g_scan_rule_analyze(GScanRule *rule, GEngineBackend *backend, GScanContext *context)
+void g_scan_rule_check(GScanRule *rule, GEngineBackend *backend, GScanContext *context)
{
GBinContent *content; /* Contenu à manipuler */
pending_matches_t matches; /* Suivi de correspondances */
@@ -350,8 +350,6 @@ void g_scan_rule_analyze(GScanRule *rule, GEngineBackend *backend, GScanContext
content = g_scan_context_get_content(context);
- g_engine_backend_run_scan(backend, context, content);
-
/* Consolidation des résultats */
for (i = 0; i < rule->data_used; i++)