Fix for #82276. Always return entry info even if there's no other attribute associated with the contact. r=ducarroz, sr=mscott.

This commit is contained in:
cavin%netscape.com 2002-05-13 21:02:42 +00:00
parent 31e9952600
commit 0f2a5892d7

View File

@ -319,13 +319,8 @@ CAliasEntry *nsEudoraAddress::ProcessAlias( const char *pLine, PRInt32 len, nsSt
}
}
if (pEntry->m_list.Count())
return( pEntry);
// TLR: FIXME: Put an error string in the log indicating this alias could not be parsed.
delete pEntry;
return( nsnull);
// Always return the entry even if there's no other attribute associated with the contact.
return( pEntry);
}