зеркало из https://github.com/mozilla/pjs.git
fix usages of getprehost so that we can send mail
a=granrose
This commit is contained in:
Родитель
9f6a49ba77
Коммит
d34375c61d
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче