fix usages of getprehost so that we can send mail

a=granrose
This commit is contained in:
alecf%netscape.com 2000-01-14 20:20:04 +00:00
Родитель 9f6a49ba77
Коммит d34375c61d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -441,7 +441,7 @@ nsresult nsSmtpUrl::ParseUrl()
// set the username
nsXPIDLCString userName;
rv = GetPreHost(getter_Copies(userName));
rv = GetUsername(getter_Copies(userName));
if (NS_FAILED(rv)) return rv;
m_userName = (const char *)userName;