seccomp: s/seccomp_notif_alloc/seccomp_notify_alloc/g

Align with upstream libseccomp. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 72b101ae
...@@ -1459,7 +1459,7 @@ int lxc_seccomp_setup_proxy(struct lxc_seccomp *seccomp, ...@@ -1459,7 +1459,7 @@ int lxc_seccomp_setup_proxy(struct lxc_seccomp *seccomp,
return -1; return -1;
} }
ret = seccomp_notif_alloc(&seccomp->notifier.req_buf, ret = seccomp_notify_alloc(&seccomp->notifier.req_buf,
&seccomp->notifier.rsp_buf); &seccomp->notifier.rsp_buf);
if (ret) { if (ret) {
ERROR("Failed to allocate seccomp notify request and response buffers"); ERROR("Failed to allocate seccomp notify request and response buffers");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment