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
This commit is contained in:
Jan Kneschke 2006-01-03 15:08:08 +00:00
parent 96ffed78c3
commit ab35f0e383
1 changed files with 1 additions and 0 deletions

View File

@ -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);