summaryrefslogtreecommitdiff
path: root/misc/win32/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/win32/start.c')
-rw-r--r--misc/win32/start.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/win32/start.c b/misc/win32/start.c
index f0a6b0ece..2df24fe66 100644
--- a/misc/win32/start.c
+++ b/misc/win32/start.c
@@ -78,13 +78,13 @@ ap_status_t ap_create_context(ap_context_t *cont, void *data, ap_context_t **new
ap_pool_t *pool;
if (cont) {
- pool = ap_make_sub_pool(cont->pool);
+ ap_context_t = ap_make_sub_pool(cont->pool);
}
else {
- pool = ap_init_alloc();;
+ ap_context_t = ap_init_alloc();;
}
- if (pool == NULL) {
+ if (ap_context_t == NULL) {
return APR_ENOPOOL;
}