make the major mod to make PC16 the master record for triggering the update
[spider.git] / perl / Msg.pm
index c3637fb0bf6843320e97bf0c658e19345007c073..00569928165bb2a630862b4d1fd9603ee05f6d8a 100644 (file)
@@ -217,7 +217,6 @@ sub connect {
        my $ip = gethostbyname($to_host);
        return undef unless $ip;
        
-#      my $r = $sock->connect($to_port, $ip);
        my $r = connect($sock, pack_sockaddr_in($to_port, $ip));
        return undef unless $r || _err_will_block($!);