Browse code

Revert "Re-enable the intelligence gathering framework"

This reverts commit 487f27014856343d9792e235870339ee6a37322c.

Shawn Webb authored on 2014/04/25 21:07:08
Showing 1 changed files
... ...
@@ -408,8 +408,8 @@ struct cl_engine *cl_engine_new(void)
408 408
     intel->maxmem = STATS_MAX_MEM;
409 409
     intel->timeout = 10;
410 410
     new->stats_data = intel;
411
-    new->cb_stats_add_sample = clamav_stats_add_sample;
412
-    new->cb_stats_submit = clamav_stats_submit;
411
+    new->cb_stats_add_sample = NULL;
412
+    new->cb_stats_submit = NULL;
413 413
     new->cb_stats_flush = clamav_stats_flush;
414 414
     new->cb_stats_remove_sample = clamav_stats_remove_sample;
415 415
     new->cb_stats_decrement_count = clamav_stats_decrement_count;