Fixed typos.

This commit is contained in:
Guus Sliepen 2000-05-14 13:06:52 +00:00
parent e20e143f1e
commit 9d023b1f2e

View file

@ -851,6 +851,7 @@ cp
if(p->status.active && p->status.meta)
{
if(p->last_ping_time + timeout < now)
{
if(p->status.pinged && !p->status.got_pong)
{
syslog(LOG_INFO, "%s (" IP_ADDR_S ") didn't respond to ping",
@ -863,7 +864,7 @@ cp
send_ping(p);
p->last_ping_time = now;
p->status.pinged = 1;
p->status.get_pong = 0;
p->status.got_pong = 0;
}
}
}