Skip to content

Commit

Permalink
Checkstyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Feb 1, 2021
1 parent b6adce1 commit 2c7473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upf/upf_pfcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ pfcp_release_association (upf_node_assoc_t * n)

ASSERT (n->sessions == ~0);

upf_pfcp_server_deferred_free_msgs_by_node(node_id);
upf_pfcp_server_deferred_free_msgs_by_node (node_id);

vlib_decrement_simple_counter (&gtm->upf_simple_counters[UPF_ASSOC_COUNTER],
vlib_get_thread_index (), 0, 1);
Expand Down

0 comments on commit 2c7473b

Please sign in to comment.