зеркало из https://github.com/mozilla/pjs.git
84767 r=suresh sr=mscott a=dbaron. Check for m_curFilter to be non null when there is no
filter name in rules.dat
This commit is contained in:
Родитель
3158f2376d
Коммит
d946106241
|
@ -530,8 +530,9 @@ nsresult nsMsgFilterList::LoadTextFilters(nsIOFileStream *aStream)
|
|||
}
|
||||
break;
|
||||
case nsIMsgFilterList::attribCondition:
|
||||
err = ParseCondition(value);
|
||||
break;
|
||||
if (m_curFilter)
|
||||
err = ParseCondition(value);
|
||||
break;
|
||||
}
|
||||
} while (attrib != nsIMsgFilterList::attribNone);
|
||||
return err;
|
||||
|
|
Загрузка…
Ссылка в новой задаче