Avoid crashes when IAuth registers a client due to iauthd timeout.
authorMichael Poole <mdpoole@troilus.org>
Tue, 17 Sep 2013 20:37:35 +0000 (16:37 -0400)
committerMichael Poole <mdpoole@troilus.org>
Tue, 17 Sep 2013 20:37:35 +0000 (16:37 -0400)
auth_ping_timeout() can -- at least with IAuth -- register a client,
in which case it is wrong to set next_check based on FEAT_CONNECTTIMEOUT.
In this case, fall through to the cases that handle registered clients.


No differences found