mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
fix for solaris bustage
This commit is contained in:
parent
f21adc57c6
commit
73feaa9de2
@ -229,7 +229,8 @@ NS_IMETHODIMP nsMsgAccountManager::Observe(nsISupports *aSubject, const PRUnicha
|
||||
nsAutoString dataString(NS_LITERAL_STRING("offline"));
|
||||
if (someData)
|
||||
{
|
||||
if (dataString == someData)
|
||||
nsAutoString someDataString(someData);
|
||||
if (dataString == someDataString)
|
||||
CloseCachedConnections();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user