X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fcore%2Fbpf-devices.c;h=c79cda5b76d9cacfc06339f827aaa6961b3a13d8;hb=12e2b70f9b849e54018f147b8a11154cd5e2dcf6;hp=3af9e78a1e32f5e9f2987d115da3002cb0b77d92;hpb=5ea173a91b2093664a9ebb9add678edd6f5d1efd;p=thirdparty%2Fsystemd.git diff --git a/src/core/bpf-devices.c b/src/core/bpf-devices.c index 3af9e78a1e3..c79cda5b76d 100644 --- a/src/core/bpf-devices.c +++ b/src/core/bpf-devices.c @@ -515,7 +515,6 @@ int bpf_devices_allow_list_static( "/run/systemd/inaccessible/blk\0" "rwm\0"; int r = 0, k; - const char *node, *acc; NULSTR_FOREACH_PAIR(node, acc, auto_devices) { k = bpf_devices_allow_list_device(prog, path, node, acc); if (r >= 0 && k < 0)