aboutgitcodelistschat:MatrixIRC
path: root/actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'actions.c')
-rw-r--r--actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions.c b/actions.c
index 8a584b5..9741699 100644
--- a/actions.c
+++ b/actions.c
@@ -205,7 +205,7 @@ int do_actions(struct action actions[], unsigned int n_actions, int pid,
case A_CONT:
resp.id = id;
- resp.flags |= SECCOMP_USER_NOTIF_FLAG_CONTINUE;
+ resp.flags = SECCOMP_USER_NOTIF_FLAG_CONTINUE;
resp.error = 0;
resp.val = 0;
if (send_target(&resp, notifyfd) == -1)