bpf-devices: update comment

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-04-09 14:42:39 +02:00
parent c2b2df604b
commit 5600a26114

View File

@@ -216,7 +216,7 @@ int bpf_devices_apply_policy(
_cleanup_free_ char *controller_path = NULL;
int r;
/* This will assign *keep_program if everything goes well. */
/* This will assign *prog_installed if everything goes well. */
if (!prog)
goto finish;