This commit is contained in:
mscott%netscape.com 1999-03-26 03:35:42 +00:00
Родитель ccb889f75d
Коммит e8ca114b4c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -431,7 +431,7 @@ void nsImapUrl::ReconstructSpec(void)
PRBool nsImapUrl::Equals(const nsIURL* aURL) const
{
PRBool bIsEqual;
nsImapUrl* other;
nsImapUrl* other = nsnull;
NS_LOCK_INSTANCE();
// are they both imap urls?? if yes...for now just compare the pointers until
// I figure out if we need to check any of the guts for