X-Git-Url: https://git.proxmox.com/?p=mirror_lxc.git;a=blobdiff_plain;f=src%2Flxc%2Fseccomp.c;h=3784aaae72ef6577c381e3a989dfc196093d8ed4;hp=89c66ad9faa8b9c658db191ad5467f99431eb5e1;hb=72b101aedf6381fe7726093e3efbd232b6ca9a39;hpb=3c216fe27bd22b8194a8f19f2e63dc6cf2a666fe 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");