зеркало из https://github.com/mozilla/pjs.git
Fixed up uninitialized variable... Oops
This commit is contained in:
Родитель
44d63bc316
Коммит
af7eee2a74
|
@ -353,7 +353,7 @@ NS_IMPL_ISUPPORTS(TestConnection,nsIRunnable::GetIID());
|
|||
NS_IMETHODIMP
|
||||
TestConnection::Run(void)
|
||||
{
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
//
|
||||
// Make sure that all resources were allocated in the constructor...
|
||||
|
|
Загрузка…
Ссылка в новой задаче