fix GetUsername to return the right value

This commit is contained in:
alecf%netscape.com 1999-08-24 08:12:23 +00:00
parent 962c56ab3e
commit b22a966f53

View File

@ -968,8 +968,7 @@ NS_IMETHODIMP nsMsgNewsFolder::GetSizeOnDisk(PRUint32 *size)
NS_IMETHODIMP nsMsgNewsFolder::GetUsername(char** userName)
{
*userName = PL_strdup("");
return NS_OK;
return nsGetNewsUsername(kNewsRootURI, mURI, userName);
}
NS_IMETHODIMP nsMsgNewsFolder::GetHostname(char** hostName)