Skip to content

Commit

Permalink
Fix missing refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur committed Jan 20, 2021
1 parent 3b330db commit 066b0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/driver_macsec_sonic.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static int macsec_sonic_set_transmit_next_pn(void *priv, struct transmit_sa *sa)
char * buffer = create_buffer("%" PRIu64 "", sa->next_pn);
const struct sonic_db_name_value_pair pairs[] =
{
{"init_pn", buffer}
{"next_pn", buffer}
};
int ret = sonic_db_set(
drv->sonic_manager,
Expand Down

0 comments on commit 066b0f7

Please sign in to comment.