r=bryner Fixed forgotten return code check for InitDB, caused crashes if init failed and processing continues.

This commit is contained in:
brettw%gmail.com 2005-12-15 23:38:11 +00:00
Родитель 8d512debfb
Коммит 0b2c48bc58
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -253,7 +253,8 @@ nsNavHistory::Init()
gExpandedItems.Init(128);
InitDB();
rv = InitDB();
NS_ENSURE_SUCCESS(rv, rv);
//ImportFromMork();
// commonly used prefixes that should be chopped off all history and input