From 5b3e2e345b035b72458258a1c959524c19dc70ef Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 16 Feb 2023 11:09:21 +0100 Subject: actions: fix initialization for a_action --- actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions.c') 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) -- cgit v1.2.3