mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
seccomp: s/seccomp_notif_alloc/seccomp_notify_alloc/g
Align with upstream libseccomp. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
72b101aedf
commit
1f51fc702b
@ -1459,7 +1459,7 @@ int lxc_seccomp_setup_proxy(struct lxc_seccomp *seccomp,
|
||||
return -1;
|
||||
}
|
||||
|
||||
ret = seccomp_notif_alloc(&seccomp->notifier.req_buf,
|
||||
ret = seccomp_notify_alloc(&seccomp->notifier.req_buf,
|
||||
&seccomp->notifier.rsp_buf);
|
||||
if (ret) {
|
||||
ERROR("Failed to allocate seccomp notify request and response buffers");
|
||||
|
Loading…
Reference in New Issue
Block a user