Browse code

Set the stats server to the real one

Shawn Webb authored on 2014/02/26 05:04:58
Showing 1 changed files
... ...
@@ -21,8 +21,8 @@
21 21
 #if !defined(_LIBCLAMAV_STATS_H)
22 22
 #define _LIBCLAMAV_STATS_H
23 23
 
24
-#define STATS_HOST "stats.clamav.dev" /* Change this before release! */
25
-#define STATS_PORT "8080"
24
+#define STATS_HOST "intel.clamav.net"
25
+#define STATS_PORT "80"
26 26
 
27 27
 void clamav_stats_add_sample(const char *virname, const unsigned char *md5, size_t size, stats_section_t *sections, void *cbdata);
28 28
 void clamav_stats_submit(struct cl_engine *engine, void *cbdata);