add a missing Status to ScmRpcStatusToWinError

svn path=/trunk/; revision=39437
This commit is contained in:
Christoph von Wittich 2009-02-06 11:49:21 +00:00
parent e877ae3bff
commit ab81d30c29

View file

@ -191,6 +191,7 @@ ScmRpcStatusToWinError(RPC_STATUS Status)
{
switch (Status)
{
case RPC_S_INVALID_BINDING:
case RPC_X_SS_IN_NULL_CONTEXT:
return ERROR_INVALID_HANDLE;