Remove workaround for broken string code that has since been fixed. b=100751 r=jag sr=jst

This commit is contained in:
dbaron%fas.harvard.edu 2001-12-08 22:42:42 +00:00
parent 9d81ebdcf6
commit 08b53ca764

View File

@ -6551,7 +6551,7 @@ PRBool nsImapProtocol::TryToLogon()
// we are in the imap thread so *NEVER* try to extract the password with UI
// if logon redirection has changed the password, use the cookie as the password
if (m_overRideUrlConnectionInfo)
password.Adopt(ToNewCString(m_logonCookie));
password.Assign(m_logonCookie);
else
rv = server->GetPassword(getter_Copies(password));
rv = server->GetRealUsername(&userName);