Fix error.

This commit is contained in:
Christian Deacon
2025-02-26 11:49:53 -05:00
parent 8b91e59364
commit 24db0f6bda
3 changed files with 5 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
SetLibBPFLogMode(silent);
// Load BPF object.
struct xdp_program *prog = LoadBpfObj(XDP_OBJ_PATH, strict);
struct xdp_program *prog = LoadBpfObj(XDP_OBJ_PATH);
if (prog == NULL)
{