whoops! backing out changes not part of the last checkin

This commit is contained in:
naving%netscape.com 2001-06-11 22:55:04 +00:00
Родитель 6620994625
Коммит a0d0dc4a9c
1 изменённых файлов: 2 добавлений и 5 удалений

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

@ -2519,13 +2519,10 @@ nsPop3Protocol::CommitState(PRBool remove_last_entry)
Pop3MsgInfo* info = m_pop3ConData->msg_info +
m_pop3ConData->last_accessed_msg;
if (info && info->uidl && (m_pop3ConData->only_uidl == NULL) &&
m_pop3ConData->newuidl)
{ // check if newuidl has more than zero entries
if (m_pop3ConData->newuidl->nentries > 0)
{
m_pop3ConData->newuidl && m_pop3ConData->newuidl->nentries > 0)
{
PRBool val = PL_HashTableRemove (m_pop3ConData->newuidl, info->uidl);
PR_ASSERT(val);
}
}
}
}