[PATCH] Allow for RPC_S_NO_CONTEXT_AVAILABLE return status

Alexandre Julliard julliard at winehq.org
Thu Apr 14 05:34:06 CDT 2011


"Ray Hinchliffe (RH)" <ray at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list