summaryrefslogtreecommitdiffstats
path: root/server/main-channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/main-channel.c')
-rw-r--r--server/main-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main-channel.c b/server/main-channel.c
index 77c88668..6d8fb0e6 100644
--- a/server/main-channel.c
+++ b/server/main-channel.c
@@ -1006,7 +1006,7 @@ static int main_channel_handle_parsed(RedChannelClient *rcc, uint32_t size, uint
red_channel_client_handle_message(rcc, size, type, message);
}
#ifdef RED_STATISTICS
- reds_update_stat_value(roundtrip);
+ reds_update_stat_value(reds, roundtrip);
#endif
break;
}