Skip to content
Snippets Groups Projects
Commit e67a7776 authored by David Reid's avatar David Reid
Browse files

This fixes a bug on a development version of BeOS. Not sure why but

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
parent 0666c6b1
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment