Bug 401755, Cleanup nsNSSIOLayer.cpp->getErrorMessage Patch v3 to address regression r=rrelyea, a=mtschrep

This commit is contained in:
kaie@kuix.de 2007-11-20 09:56:04 -08:00
Родитель 5bbb1cf59d
Коммит 9323f6a736
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -862,7 +862,7 @@ AppendErrorTextMismatch(const nsString &host,
static void
GetDateBoundary(nsIX509Cert* ix509,
nsString &formattedDate,
PRBool trueExpired_falseNotYetValid)
PRBool &trueExpired_falseNotYetValid)
{
trueExpired_falseNotYetValid = PR_TRUE;
formattedDate.Truncate();