From 34cec29e0cc227978868a30f22051948c4922336 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 3 Mar 2008 16:32:16 +0000 Subject: C++ compatibility --- src/http/modules/ngx_http_dav_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_dav_module.c') 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) { -- cgit