]> granicus.if.org Git - php/commitdiff
- took out the HwSLS_FETCH to make it compile again on Unix
authorUwe Steinmann <steinm@php.net>
Thu, 22 Feb 2001 09:38:59 +0000 (09:38 +0000)
committerUwe Steinmann <steinm@php.net>
Thu, 22 Feb 2001 09:38:59 +0000 (09:38 +0000)
  Is this really neccesary at this point?

ext/hyperwave/hw.c

index 96e052f0b40f8458310cc5b65c3a25bc914ed460..dd32515d255dceba44e935d7cd3355e770ea80f1 100644 (file)
@@ -146,7 +146,7 @@ void print_msg(hg_msg *msg, char *str, int txt);
 
 void _close_hw_link(zend_rsrc_list_entry *rsrc)
 {
-       HwSLS_FETCH();
+/*     HwSLS_FETCH(); */
        hw_connection *conn = (hw_connection *)rsrc->ptr;
        if(conn->hostname)
                free(conn->hostname);
@@ -159,7 +159,7 @@ void _close_hw_link(zend_rsrc_list_entry *rsrc)
 
 void _close_hw_plink(zend_rsrc_list_entry *rsrc)
 {
-       HwSLS_FETCH();
+/*     HwSLS_FETCH(); */
        hw_connection *conn = (hw_connection *)rsrc->ptr;
        if(conn->hostname)
                free(conn->hostname);