Should have been a part of my previous checkin. This change was requested by jst@netscape.com

This commit is contained in:
harishd%netscape.com 2003-07-01 19:03:46 +00:00
Родитель da49627bbe
Коммит 82e0d59f96
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -723,6 +723,11 @@ nsWebScriptsAccess::IsPublicService(const char* aHost, PRBool* aReturn)
}
}
// Do nothing if the pref value turns out to be
// strings with nothing but whitespaces.
if (mMasterServices.Count() == 0)
return rv;
// Allocate param block.
nsISOAPParameter** bodyBlocks =
NS_STATIC_CAST(nsISOAPParameter**,