"Ray Hinchliffe (RH)" ray@rh-software.com writes:
@@ -196,7 +196,8 @@ static RpcPktHdr *handle_bind_error(RpcConnection *conn, RPC_STATUS error) default: FIXME("unexpected status value %d\n", error); /* fall through */
- case RPC_S_INVALID_BOUND:
- case RPC_S_INVALID_BOUND:
- case RPC_S_NO_CONTEXT_AVAILABLE: reject_reason = REJECT_REASON_NOT_SPECIFIED; break;
Please explain why this happens and why this is the right error to return.