Properly handle collisions during burst with persistent local clients.
authorMichael Poole <mdpoole@troilus.org>
Tue, 8 Jul 2008 02:16:16 +0000 (22:16 -0400)
committerMichael Poole <mdpoole@troilus.org>
Tue, 8 Jul 2008 02:16:16 +0000 (22:16 -0400)
commitf36f9237769e06022cf0820e036ce3a9b284cb72
treee961abfb9f9c721ab6b2e76c479e9380cdb293ca
parent556cf3997d34aa5efff2224811cd3ca4a8b1c17b
Properly handle collisions during burst with persistent local clients.

src/proto-p10.c (AddUser): Reorganize if/then/else chain to update a
    persistent client's timestamp if there is a collision during burst,
    but not to re-introduce the user immediately.
src/proto-p10.c