From 381f28c8ae05e223d2f130b89d671cd202c6d6fe Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 9 Nov 2012 08:50:07 +0000 Subject: [PATCH] fix a comment to match the r1299718/r1370225 changes... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407385 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_socache_shmcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cache/mod_socache_shmcb.c b/modules/cache/mod_socache_shmcb.c index 4df2320524..89ead05c72 100644 --- a/modules/cache/mod_socache_shmcb.c +++ b/modules/cache/mod_socache_shmcb.c @@ -354,7 +354,7 @@ static apr_status_t socache_shmcb_init(ap_socache_instance_t *ctx, rv = apr_shm_create(&ctx->shm, ctx->shm_size, NULL, p); if (APR_STATUS_IS_ENOTIMPL(rv)) { /* If anon shm isn't supported, fail if no named file was - * configured successfully; the ap_server_root_relative call + * configured successfully; the ap_runtime_dir_relative call * above will return NULL for invalid paths. */ if (ctx->data_file == NULL) { ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00818) -- 2.49.0