From d8f540e37595d6c1369072c051dd5a4bfb35e92d Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Mon, 15 Aug 2005 09:46:23 +0000 Subject: ..physical_path is gone and has ben replaced by subrequest_start git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@532 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_expire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mod_expire.c') diff --git a/src/mod_expire.c b/src/mod_expire.c index 62a18fa3..261ed325 100644 --- a/src/mod_expire.c +++ b/src/mod_expire.c @@ -346,7 +346,7 @@ int mod_expire_plugin_init(plugin *p) { p->name = buffer_init_string("expire"); p->init = mod_expire_init; - p->handle_physical_path = mod_expire_path_handler; + p->handle_subrequest_start = mod_expire_path_handler; p->set_defaults = mod_expire_set_defaults; p->cleanup = mod_expire_free; -- cgit v1.2.1