зеркало из https://github.com/mozilla/pjs.git
fix bustage from previous checkin
This commit is contained in:
Родитель
676f90b0b2
Коммит
a0743b900d
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче