Files
Thomas Quinot e20a9626fa Fix handling of Sync_With_Server request that failed to bind
For a Sync_With_Server request, a reply must be generated (and
the request must be removed from the protocol session's list of
pending requests) in all cases once all location forwarding is
completed, and the servant is identified.

Do not omit this step in the case where the binding phase failed
and no servant could be located (or the request will be destroyed
while still being pointed to by the session's pending request list).

Fixes R706-015
2018-07-11 11:11:55 +02:00
..