summaryrefslogtreecommitdiff
path: root/src/mod_mysql_vhost.c
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-01-14 18:36:45 +0000
committerJan Kneschke <jan@kneschke.de>2006-01-14 18:36:45 +0000
commit56109968f13191b559354901d2d9b155dfbaaf77 (patch)
tree422de9a697af3007d8f73eb7497f0178f6e91c0f /src/mod_mysql_vhost.c
parent487723d94726c22c5a45bff28782b670b4b08b55 (diff)
downloadlighttpd-git-56109968f13191b559354901d2d9b155dfbaaf77.tar.gz
this should fix the 'missing cleanup' msg for mod_mysql_vhost
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@950 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/mod_mysql_vhost.c')
-rw-r--r--src/mod_mysql_vhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_mysql_vhost.c b/src/mod_mysql_vhost.c
index ebe7657f..bf13e090 100644
--- a/src/mod_mysql_vhost.c
+++ b/src/mod_mysql_vhost.c
@@ -413,7 +413,7 @@ int mod_mysql_vhost_plugin_init(plugin *p) {
p->init = mod_mysql_vhost_init;
p->cleanup = mod_mysql_vhost_cleanup;
- p->handle_connection_close = mod_mysql_vhost_handle_connection_close;
+ p->handle_request_done = mod_mysql_vhost_handle_connection_close;
p->set_defaults = mod_mysql_vhost_set_defaults;
p->handle_docroot = mod_mysql_vhost_handle_docroot;