crypt32(3/9): Remove redundant assignment

Juan Lang juan.lang at gmail.com
Wed Jul 25 20:17:27 CDT 2007


--Juan
-------------- next part --------------
From 51e4147b835fab0bf3bf62e17c2cd4eaaccbf1be Mon Sep 17 00:00:00 2001
From: Juan Lang <juanlang at juan.corp.google.com>
Date: Wed, 25 Jul 2007 18:10:12 -0700
Subject: [PATCH] Remove redundant assignment
---
 dlls/crypt32/msg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/msg.c b/dlls/crypt32/msg.c
index ba75cb6..a842286 100644
--- a/dlls/crypt32/msg.c
+++ b/dlls/crypt32/msg.c
@@ -1231,7 +1231,6 @@ static BOOL CDecodeMsg_DecodeHashedConte
      &size);
     if (ret)
     {
-        msg->type = CMSG_HASHED;
         ContextPropertyList_SetProperty(msg->properties, CMSG_VERSION_PARAM,
          (const BYTE *)&digestedData->version, sizeof(digestedData->version));
         CDecodeMsg_SaveAlgorithmID(msg, CMSG_HASH_ALGORITHM_PARAM,
-- 
1.4.1


More information about the wine-patches mailing list