Bug 316224 - Add return value for net_connect to quell strict warnings.

ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
This commit is contained in:
silver%warwickcompsoc.co.uk 2005-11-19 22:17:28 +00:00
Родитель 616217eec6
Коммит edc6cfbca8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -229,7 +229,7 @@ CIRCNetwork.prototype.connect =
function net_connect(requireSecurity)
{
if ("primServ" in this && this.primServ.isConnected)
return;
return true;
// We need to test for secure servers in the network object here,
// because without them all connection attempts will fail anyway.