mirror of
https://github.com/silverf0x/RpcView
synced 2026-06-08 17:26:38 +00:00
CLEANING : break or return, one need to choose ;)
This commit is contained in:
@@ -235,6 +235,7 @@ DECOMP_STATUS IdlFunction::decodeProcHeader(void* pCtx)
|
||||
|
||||
if(bResult == FALSE)
|
||||
{
|
||||
RPC_ERROR_FN("can not read explicit bind handle");
|
||||
return DS_ERR_UNABLE_TO_READ_MEMORY;
|
||||
}
|
||||
|
||||
@@ -244,7 +245,6 @@ DECOMP_STATUS IdlFunction::decodeProcHeader(void* pCtx)
|
||||
default:
|
||||
RPC_ERROR_FN("invalid explicit handle type\n");
|
||||
return DS_ERR_INVALID_DATA;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user