rbb 99/06/08 10:05:49
Modified: apr/misc/win32 start.c
Log:
Minor change to make Windows compile without warnings.
Revision Changes Path
1.3 +1 -1 apache-apr/apr/misc/win32/start.c
Index: start.c
===================================================================
RCS file: /home/cvs/apache-apr/apr/misc/win32/start.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- start.c 1999/06/02 19:51:49 1.2
+++ start.c 1999/06/08 17:05:48 1.3
@@ -123,7 +123,7 @@
ap_status_t ap_destroy_context(ap_context_t *cont)
{
- ap_destroy_pool(cont->pool);
+ ap_destroy_pool(cont);
return APR_SUCCESS;
}