Set the stats server to the real one

0.98.2
Shawn Webb 11 years ago
parent 4fa2f50832
commit deb2e2b28e
  1. 4
      libclamav/stats.h

@ -21,8 +21,8 @@
#if !defined(_LIBCLAMAV_STATS_H)
#define _LIBCLAMAV_STATS_H
#define STATS_HOST "stats.clamav.dev" /* Change this before release! */
#define STATS_PORT "8080"
#define STATS_HOST "intel.clamav.net"
#define STATS_PORT "80"
void clamav_stats_add_sample(const char *virname, const unsigned char *md5, size_t size, stats_section_t *sections, void *cbdata);
void clamav_stats_submit(struct cl_engine *engine, void *cbdata);

Loading…
Cancel
Save