From 6b05426e63f11f71be4bbbe2d9d4c85452f24557 Mon Sep 17 00:00:00 2001 From: TogDu Date: Wed, 10 May 2017 19:20:05 +0200 Subject: [PATCH] CLEANING : break or return, one need to choose ;) --- RpcDecompiler/IdlFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RpcDecompiler/IdlFunction.cpp b/RpcDecompiler/IdlFunction.cpp index bcc3cfe..9f70f11 100644 --- a/RpcDecompiler/IdlFunction.cpp +++ b/RpcDecompiler/IdlFunction.cpp @@ -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; } }