ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/client.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 6853 by michael, Fri Nov 27 19:03:29 2015 UTC vs.
Revision 6854 by michael, Fri Nov 27 19:25:43 2015 UTC

# Line 252 | Line 252 | check_pings_list(dlink_list *list)
252                   get_client_name(client_p, SHOW_IP));
253            }
254  
255 <          snprintf(buf, sizeof(buf), "Ping timeout: %d seconds",
256 <                   (int)(CurrentTime - client_p->connection->lasttime));
255 >          snprintf(buf, sizeof(buf), "Ping timeout: %ji seconds",
256 >                   (CurrentTime - client_p->connection->lasttime));
257            exit_client(client_p, buf);
258          }
259        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines