Fixed up uninitialized variable... Oops

This commit is contained in:
rpotts%netscape.com 1999-06-07 07:12:56 +00:00
Родитель 44d63bc316
Коммит af7eee2a74
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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...