mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 00:15:01 +00:00
seccomp: replace problematic terminology
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
af6a5f3add
commit
1c01dc2c5e
@ -1513,7 +1513,7 @@ retry:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (resp->id != req_id) {
|
if (resp->id != req_id) {
|
||||||
ERROR("Proxy returned response with illegal id(%llu) != id(%llu)",
|
ERROR("Proxy returned response with invalid id(%llu) != id(%llu)",
|
||||||
(long long unsigned int)resp->id, (long long unsigned int)req_id);
|
(long long unsigned int)resp->id, (long long unsigned int)req_id);
|
||||||
resp->id = req_id;
|
resp->id = req_id;
|
||||||
seccomp_notify_default_answer(fd, req, resp, hdlr);
|
seccomp_notify_default_answer(fd, req, resp, hdlr);
|
||||||
@ -1528,7 +1528,7 @@ retry:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (resp->id != req_id) {
|
if (resp->id != req_id) {
|
||||||
ERROR("Proxy returned response with illegal id(%llu) != id(%llu)",
|
ERROR("Proxy returned response with invalid id(%llu) != id(%llu)",
|
||||||
(long long unsigned int)resp->id, (long long unsigned int)req_id);
|
(long long unsigned int)resp->id, (long long unsigned int)req_id);
|
||||||
resp->id = req_id;
|
resp->id = req_id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user