return rv instead of NS_OK so that we only return null targets with NS_RDF_NO_VALUE.

This stops a bunch of assertions.  reviewed by alecf.
This commit is contained in:
putterman%netscape.com 1999-11-03 07:09:56 +00:00
Родитель d2c5bedf2e
Коммит 583ded277a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -659,7 +659,7 @@ nsMsgMessageDataSource::createMessageNode(nsIMessage *message,
if (NS_FAILED(rv))
return NS_RDF_NO_VALUE;
return NS_OK;
return rv;
}