Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxdp: fix prog_fd checks for fd >= 0
Make sure all checks for whether prog_fd is set checks for >= 0 instead of just checking the fd as a boolean. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
- Loading branch information