Browse code

Enable stats in freshclam

Shawn Webb authored on 2014/04/25 21:46:09
Showing 1 changed files
... ...
@@ -759,6 +759,8 @@ void submit_host_info(struct optstruct *opts)
759 759
     if (!(engine))
760 760
         return;
761 761
 
762
+    cl_engine_stats_enable(engine);
763
+
762 764
     intel = engine->stats_data;
763 765
     if (!(intel)) {
764 766
         engine->cb_stats_submit = NULL;