jorton f0504e
--- apr-util-1.2.8/dbd/apr_dbd.c.dbdopen
jorton f0504e
+++ apr-util-1.2.8/dbd/apr_dbd.c
jorton f0504e
@@ -164,7 +164,7 @@
jorton f0504e
                                        apr_dbd_t **handle)
jorton f0504e
 {
jorton f0504e
     apr_status_t rv;
jorton f0504e
-    *handle = driver->open(pool, params);
jorton f0504e
+    *handle = (driver->open)(pool, params);
jorton f0504e
     if (*handle == NULL) {
jorton f0504e
         return APR_EGENERAL;
jorton f0504e
     }