wez             Sun Jun 22 06:07:20 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/main  network.c 
  Log:
  Don't raise two warnings when connection attempt failed.
  
  
Index: php4/main/network.c
diff -u php4/main/network.c:1.83.2.16 php4/main/network.c:1.83.2.17
--- php4/main/network.c:1.83.2.16       Thu Jun 19 18:11:39 2003
+++ php4/main/network.c Sun Jun 22 06:07:20 2003
@@ -16,7 +16,7 @@
    | Streams work by Wez Furlong <[EMAIL PROTECTED]>                   |
    +----------------------------------------------------------------------+
  */
-/* $Id: network.c,v 1.83.2.16 2003/06/19 22:11:39 wez Exp $ */
+/* $Id: network.c,v 1.83.2.17 2003/06/22 10:07:20 wez Exp $ */
 
 /*#define DEBUG_MAIN_NETWORK 1*/
 
@@ -512,7 +512,6 @@
                
        }
        php_network_freeaddresses(psal);
-       php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_hostconnect: connect failed");
 
 #ifdef PHP_WIN32
        /* Restore the last error */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to