mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
back me out
This commit is contained in:
parent
8cf359a674
commit
161c147ab1
@ -411,7 +411,7 @@ nsresult nsSmtpUrl::ParseUrl()
|
||||
|
||||
// set the username
|
||||
nsXPIDLCString userName;
|
||||
rv = GetUsername(getter_Copies(userName));
|
||||
rv = GetPreHost(getter_Copies(userName));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
m_userName = (const char *)userName;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user