Skip to content

Commit

Permalink
remove extraneous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Dec 10, 2024
1 parent e30d65d commit 5b1e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/ziti-edge-tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ static void diverter_binding_flush() {

static void diverter_ingress_flush() {
// called by exit handler, so run_command is appropriate
run_command("%s -F, -z ingress", zfw_path);
run_command("%s -F -z ingress", zfw_path);
}

static void setup_xdp(const char *tun_name) {
Expand Down

0 comments on commit 5b1e859

Please sign in to comment.