Skip to content

Commit

Permalink
Merge pull request #2734 from pguibert6WIND/missing_void
Browse files Browse the repository at this point in the history
zebra: align zebra pbr code to master code.
  • Loading branch information
riw777 committed Jul 29, 2018
2 parents ecd647e + 19f91bf commit b380513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra/zebra_pbr.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void zebra_pbr_rules_free(void *arg)

rule = (struct zebra_pbr_rule *)arg;

kernel_del_pbr_rule(rule);
(void)kernel_del_pbr_rule(rule);
XFREE(MTYPE_TMP, rule);
}

Expand Down

0 comments on commit b380513

Please sign in to comment.