diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c index 89c66ad9f..3784aaae7 100644 --- a/src/lxc/seccomp.c +++ b/src/lxc/seccomp.c @@ -1372,7 +1372,7 @@ int seccomp_notify_handler(int fd, uint32_t events, void *data, * Make sure that the fd for /proc//mem we just opened still * refers to the correct process's memory. */ - ret = seccomp_notif_id_valid(fd, req->id); + ret = seccomp_notify_id_valid(fd, req->id); if (ret < 0) { (void)seccomp_notify_default_answer(fd, req, resp, hdlr); SYSERROR("Invalid seccomp notify request id");