Revert "Temporarily disable the actual submission of stats to the stats server in order to run the regression suite"

This reverts commit dd2f7d743e.
remotes/push_mirror/0.98.2
Shawn Webb 11 years ago
parent 4ba4b72f82
commit 58ca30cf0d
  1. 2
      libclamav/stats.c

@ -356,9 +356,7 @@ void clamav_stats_submit(struct cl_engine *engine, void *cbdata)
if (json) {
cli_warnmsg("====\tSUBMITTING STATS\t====\n");
#if 0
submit_post(STATS_HOST, STATS_PORT, "PUT", "/clamav/1/submit/stats", json);
#endif
free(json);
}

Loading…
Cancel
Save