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

Original committer: brettw%gmail.com
Original revision: 1.39
Original date: 2005/12/15 23:38:11
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 16:12:59 +00:00
Родитель 11a92a364c
Коммит 52b1437fd3
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