]> granicus.if.org Git - apache/blobdiff - server/mpm/winnt/nt_eventlog.c
switch to APR 1.0 API (which is still in flux)
[apache] / server / mpm / winnt / nt_eventlog.c
index 53151ddfaeb1b196c2a50f2e9fcf8b0fc44c419e..254a1fe678b04b9044e3e64513815524154b10c7 100644 (file)
@@ -81,7 +81,7 @@ static DWORD WINAPI service_stderr_thread(LPVOID hPipe)
     apr_status_t rv;
     apr_pool_t *p;
     
-    apr_pool_sub_make(&p, NULL, NULL);
+    apr_pool_create_ex(&p, NULL, NULL, NULL);
 
     errarg[0] = "The Apache service named";
     errarg[1] = display_name;