Skip to content

Commit

Permalink
proppatch_todb_nomask() - store for user ""
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Oct 4, 2024
1 parent 2512c35 commit 25bf81f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imap/http_dav.c
Original file line number Diff line number Diff line change
Expand Up @@ -3379,8 +3379,7 @@ static int proppatch_todb_internal(xmlNodePtr prop, unsigned set,
if (!r) r = mask ?
annotate_state_writemask(astate, buf_cstring(&pctx->buf),
httpd_userid, &value) :
annotate_state_write(astate, buf_cstring(&pctx->buf),
httpd_userid, &value);
annotate_state_write(astate, buf_cstring(&pctx->buf), "", &value);

if (!r) {
xml_add_prop(HTTP_OK, pctx->ns[NS_DAV], &propstat[PROPSTAT_OK],
Expand Down

0 comments on commit 25bf81f

Please sign in to comment.