seccomp: avoid shadowing of 'action' variable
commit0d57919acf27ca343981f69cec33463887e0a716
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 22 Sep 2023 16:06:44 +0000 (22 17:06 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 29 Sep 2023 08:07:20 +0000 (29 10:07 +0200)
tree8fc5daa7bca9f0863b85b482cba7bd9d14a9e893
parent3cc9fe177f412494f084923149338c51dd232b9b
seccomp: avoid shadowing of 'action' variable

This is confusing as one 'action' variable is used for storing
a SCMP_ enum value, while the other 'action' variable is used
for storing a SECCOMP_ enum value.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20230922160644.438631-3-berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
softmmu/qemu-seccomp.c