seccomp: replace problematic terminology

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2021-06-14 17:14:26 +02:00
parent af6a5f3add
commit 1c01dc2c5e
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -1513,7 +1513,7 @@ retry:
}
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);
resp->id = req_id;
seccomp_notify_default_answer(fd, req, resp, hdlr);
@ -1528,7 +1528,7 @@ retry:
}
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);
resp->id = req_id;
}