mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
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