From 58ca30cf0d688fb1c7659e9dee8adcb298760a8b Mon Sep 17 00:00:00 2001 From: Shawn Webb Date: Sat, 25 Jan 2014 10:18:10 -0500 Subject: [PATCH] Revert "Temporarily disable the actual submission of stats to the stats server in order to run the regression suite" This reverts commit dd2f7d743e517dd2e739e7f53f9e44ea91dae3fb. --- libclamav/stats.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libclamav/stats.c b/libclamav/stats.c index 3cb005ee3..bae4d474c 100644 --- a/libclamav/stats.c +++ b/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); }