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:
parent
96ffed78c3
commit
ab35f0e383
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue