From: Daniel Gruno Date: Wed, 29 Aug 2012 11:36:45 +0000 (+0000) Subject: backport r1378498: Fixing a copypasto as per comment #225 on the site. X-Git-Tag: 2.4.4~633 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c996e5baa264d39215a4385719a88153cb179cce;p=apache backport r1378498: Fixing a copypasto as per comment #225 on the site. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1378507 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 183bbd8d5d..91feb3bac7 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -85,7 +85,7 @@ AP_DECLARE(ap_dbd_t*) ap_dbd_acquire(request_rec*); /* 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*);