]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixing a copypasto as per comment #225 on the site.
authorDaniel Gruno <humbedooh@apache.org>
Wed, 29 Aug 2012 10:55:48 +0000 (10:55 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 29 Aug 2012 10:55:48 +0000 (10:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1378498 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*);