fix problem caused by dereferencing null pointer

This commit is contained in:
morse%netscape.com 1998-08-21 01:53:08 +00:00
Родитель 3ff10dac06
Коммит 44e0cdcd2c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1503,7 +1503,7 @@ SI_RestoreOldSignonData
/* get the data from previous time this URL was visited */
if ((si_TagCount == 1) || url->firsttime_chosing_user) {
if ((si_TagCount == 1) || (url && url->firsttime_chosing_user)) {
user = si_GetUser(context, URLName, FALSE);
} else {
if (url) {