]> granicus.if.org Git - apache/commitdiff
This fixes a bug on a development version of BeOS. Not sure why but
authorDavid Reid <dreid@apache.org>
Sat, 11 Mar 2000 15:43:27 +0000 (15:43 +0000)
committerDavid Reid <dreid@apache.org>
Sat, 11 Mar 2000 15:43:27 +0000 (15:43 +0000)
when this is called it closes the original socket, not the accepted
one.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84740 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_beos/mpmt_beos.c

index b57a4d7b6e6a2245d0373e161d79f2183c8fcc59..13eb00cb4088cc3d27129831bf66cf963b12b3fb 100644 (file)
@@ -765,7 +765,9 @@ static int32 worker_thread(void * dummy)
             SAFE_ACCEPT(intra_mutex_off(0));
             break;
         }
+#if B_BEOS_VERSION < 0x0460
         ap_clear_pool(ptrans);
+#endif
     }
 
     ap_destroy_pool(tpool);