This commit is contained in:
valeski%netscape.com 2000-01-08 00:36:47 +00:00
Родитель 3b6393572f
Коммит dd28d87caa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -774,7 +774,7 @@ nsDNSService::Lookup(nsISupports* clientContext,
// listener does not need to copy it...
delete hostentry;
(void)listener->OnStopLookup(clientContext, hostName, result);
(void)listener->OnStopLookup(clientContext, hostName, NS_OK);
return rv;
#endif