From 07fe5c092d78a40d05a0239c73ba80df14f6fde0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 21 Dec 2015 19:44:05 +0300 Subject: Disable statistics sendigs. --- src/echar/char.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/echar/char.c') diff --git a/src/echar/char.c b/src/echar/char.c index a73b826..fb5ebdc 100644 --- a/src/echar/char.c +++ b/src/echar/char.c @@ -315,3 +315,12 @@ void send_additional_slots(int fd, struct char_session_data* sd) SQL->StmtFree(stmt); } + +void echar_parse_frommap_request_stats_report_pre(int *fdPtr) +{ + const int fd = *fdPtr; + RFIFOSKIP(fd, 2); /* we skip first 2 bytes which are the 0x3008, so we end up with a buffer equal to the one we send */ + RFIFOSKIP(fd, RFIFOW(fd,2)); /* skip this packet */ + RFIFOFLUSH(fd); + hookStop(); +} -- cgit v1.2.3-60-g2f50