Setting the flag to NS_ERROR_FAILURE to signal that there are no more folders left

git-svn-id: svn://10.0.0.236/trunk@77817 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
naving%netscape.com
2000-09-01 01:10:15 +00:00
parent 74ef2e3d9f
commit 8712059f1b

View File

@@ -636,7 +636,7 @@ nsNntpIncomingServer::GetFirstGroupNeedingCounts(nsISupports **aFirstGroupNeedin
*aFirstGroupNeedingCounts = nsnull;
delete mGroupsEnumerator;
mGroupsEnumerator = nsnull;
return NS_OK;
return NS_ERROR_FAILURE;
}
rv = mGroupsEnumerator->GetNext(aFirstGroupNeedingCounts);