From a0743b900debfa0e662a1de41ebd1d697697d7b3 Mon Sep 17 00:00:00 2001 From: "kaie%netscape.com" Date: Fri, 4 Apr 2003 14:19:28 +0000 Subject: [PATCH] fix bustage from previous checkin --- mailnews/mime/src/mimecms.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mailnews/mime/src/mimecms.cpp b/mailnews/mime/src/mimecms.cpp index 8e0096df5cf..3f90452ee3d 100644 --- a/mailnews/mime/src/mimecms.cpp +++ b/mailnews/mime/src/mimecms.cpp @@ -220,6 +220,8 @@ MimeCMSHeadersAndCertsMatch(MimeObject *obj, nsXPIDLCString sender_name; nsXPIDLCString cert_addr; PRBool match = PR_TRUE; + PRBool foundFrom = PR_FALSE; + PRBool foundSender = PR_FALSE; /* Find the name and address in the cert. */ @@ -288,9 +290,6 @@ MimeCMSHeadersAndCertsMatch(MimeObject *obj, address in the From or Sender field */ - PRBool foundFrom = PR_FALSE; - PRBool foundSender = PR_FALSE; - /* If there is no addr in the cert at all, it can not match and we fail. */ if (!cert_addr) {