189630 r=bbaetz sr=dbaron uninitialized nsresult in nsIIOService

This commit is contained in:
cbiesinger%web.de 2003-01-19 10:55:23 +00:00
parent 5bc0f27843
commit de3a76138d

View File

@ -181,7 +181,7 @@ nsIOService::Init()
// Hold onto the eventQueue service. We do not want any eventqueues to go away
// when we shutdown until we process all remaining transports
mEventQueueService = do_GetService(NS_EVENTQUEUESERVICE_CONTRACTID);
mEventQueueService = do_GetService(NS_EVENTQUEUESERVICE_CONTRACTID, &rv);
if (NS_FAILED(rv))
NS_WARNING("failed to get event queue service");