* server info and a BAD_INV_ORDER will be thrown. In that case handle
* as a simple receive_other.
*/
try
{
interceptors.handle_location_forward (null, sinfo.forward_reference());
}
catch (BAD_INV_ORDER bio)
{
interceptors.handle_receive_other(sinfo.reply_status());
}