diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-03-03 16:32:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-03 16:32:16 +0000 |
commit | 34cec29e0cc227978868a30f22051948c4922336 (patch) | |
tree | 4d739523cf9f91893cc000f43d2c43344df5c00a /src/http/modules/ngx_http_dav_module.c | |
parent | 7c15b75cc792c5e5c8d2af219d84e7dcb8e5be6b (diff) | |
download | nginx-34cec29e0cc227978868a30f22051948c4922336.tar.gz nginx-34cec29e0cc227978868a30f22051948c4922336.zip |
C++ compatibility
Diffstat (limited to 'src/http/modules/ngx_http_dav_module.c')
-rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index e597923e0..b1e0831b1 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -248,7 +248,7 @@ ngx_http_dav_put_handler(ngx_http_request_t *r) ext.access = dlcf->access; ext.time = -1; ext.create_path = dlcf->create_full_put_path; - ext.delete = 1; + ext.delete_file = 1; ext.log = r->connection->log; if (r->headers_in.date) { |