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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user