[mod_webdav] fix LOCK on incorrect URI path

This commit is contained in:
Glenn Strauss 2018-11-23 00:57:03 -05:00
parent b9402283be
commit 956a3fb9db
1 changed files with 1 additions and 1 deletions

View File

@ -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 */