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 E351F9D4C for ; Wed, 29 Aug 2012 10:56:39 +0000 (UTC) Received: (qmail 18141 invoked by uid 500); 29 Aug 2012 10:56:39 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15591 invoked by uid 500); 29 Aug 2012 10:56:34 -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 14935 invoked by uid 99); 29 Aug 2012 10:56:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 10:56:33 +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; Wed, 29 Aug 2012 10:56:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 732662388962; Wed, 29 Aug 2012 10:55:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1378498 - /httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Date: Wed, 29 Aug 2012 10:55:49 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120829105549.732662388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: humbedooh Date: Wed Aug 29 10:55:48 2012 New Revision: 1378498 URL: http://svn.apache.org/viewvc?rev=1378498&view=rev Log: Fixing a copypasto as per comment #225 on the site. Modified: httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml?rev=1378498&r1=1378497&r2=1378498&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_dbd.xml Wed Aug 29 10:55:48 2012 @@ -85,7 +85,7 @@ AP_DECLARE(ap_dbd_t*) ap_dbd_acquire(req /* acquire a connection that will have the lifetime of a connection * and MUST NOT be explicitly closed. Return NULL on error. */ -AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(request_rec*); +AP_DECLARE(ap_dbd_t*) ap_dbd_cacquire(conn_rec*); /* Prepare a statement for use by a client module */ AP_DECLARE(void) ap_dbd_prepare(server_rec*, const char*, const char*);