mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Fixed lag meter getting stuck.
Also lag_sent in struct server should have always been an unsigned long. Fixes #749.
This commit is contained in:
@@ -570,7 +570,7 @@ typedef struct server
|
||||
time_t msg_last_time;
|
||||
|
||||
/*time_t connect_time;*/ /* when did it connect? */
|
||||
time_t lag_sent;
|
||||
unsigned long lag_sent; /* we are still waiting for this ping response*/
|
||||
time_t ping_recv; /* when we last got a ping reply */
|
||||
time_t away_time; /* when we were marked away */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user