aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.c')
-rw-r--r--pseudo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pseudo.c b/pseudo.c
index 4dfd017..c4440ab 100644
--- a/pseudo.c
+++ b/pseudo.c
@@ -1019,6 +1019,7 @@ pseudo_op(pseudo_msg_t *msg, const char *program, const char *tag, char **respon
if (msg->op == OP_REPLACE_XATTR) {
xattr_flags = XATTR_REPLACE;
}
+ /* fallthrough */
case OP_SET_XATTR:
if (pdb_set_xattr(msg, oldpath, oldpathlen, xattr_flags)) {
msg->result = RESULT_FAIL;