]> granicus.if.org Git - apache/commitdiff
backport r1378498: Fixing a copypasto as per comment #225 on the site.
authorDaniel Gruno <humbedooh@apache.org>
Wed, 29 Aug 2012 11:36:45 +0000 (11:36 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 29 Aug 2012 11:36:45 +0000 (11:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1378507 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index 183bbd8d5d585c7e4cff61f505464b897eb6a34d..91feb3bac77a9845768f54909204c230dd9ccfc9 100644 (file)
@@ -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*);