From ab35f0e38337a07f624bd4926a82bfbc556c33e9 Mon Sep 17 00:00:00 2001 From: Jan Kneschke Date: Tue, 3 Jan 2006 15:08:08 +0000 Subject: [PATCH] fixed the handling of the global webdav.log-xml option git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@910 152afb58-edef-0310-8abb-c4023f1b3aa9 --- src/mod_webdav.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod_webdav.c b/src/mod_webdav.c index 5abbac10..a40477c2 100644 --- a/src/mod_webdav.c +++ b/src/mod_webdav.c @@ -291,6 +291,7 @@ static int mod_webdav_patch_connection(server *srv, connection *con, plugin_data PATCH(enabled); PATCH(is_readonly); + PATCH(log_xml); #ifdef USE_PROPPATCH PATCH(sql);