From 956a3fb9db7ae7e496563191df5c378362f193b0 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Fri, 23 Nov 2018 00:57:03 -0500 Subject: [PATCH] [mod_webdav] fix LOCK on incorrect URI path --- src/mod_webdav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_webdav.c b/src/mod_webdav.c index 41212a8f..8808731d 100644 --- a/src/mod_webdav.c +++ b/src/mod_webdav.c @@ -2513,7 +2513,7 @@ propmatch_cleanup: sqlite3_reset(stmt); sqlite3_bind_text(stmt, 1, - CONST_BUF_LEN(p->uri.path), + CONST_BUF_LEN(con->uri.path), SQLITE_TRANSIENT); /* it is the PK */