Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4563CD152 for ; Fri, 9 Nov 2012 08:50:30 +0000 (UTC) Received: (qmail 85649 invoked by uid 500); 9 Nov 2012 08:50:29 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 85485 invoked by uid 500); 9 Nov 2012 08:50:29 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 85466 invoked by uid 99); 9 Nov 2012 08:50:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 08:50:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 08:50:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A45F92388A91; Fri, 9 Nov 2012 08:50:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1407385 - /httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c Date: Fri, 09 Nov 2012 08:50:07 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121109085007.A45F92388A91@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Fri Nov 9 08:50:07 2012 New Revision: 1407385 URL: http://svn.apache.org/viewvc?rev=1407385&view=rev Log: fix a comment to match the r1299718/r1370225 changes... Modified: httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c Modified: httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c?rev=1407385&r1=1407384&r2=1407385&view=diff ============================================================================== --- httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c (original) +++ httpd/httpd/trunk/modules/cache/mod_socache_shmcb.c Fri Nov 9 08:50:07 2012 @@ -354,7 +354,7 @@ static apr_status_t socache_shmcb_init(a 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)