Skip to content

Commit

Permalink
ims_ipsec_pcscf: typo in spi_add function definition, GH #3513
Browse files Browse the repository at this point in the history
- fix typo in spi_add function definition
- patch from jbipre2, GH #3513
  • Loading branch information
henningw committed Aug 15, 2023
1 parent 9becbcb commit a053bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ims_ipsec_pcscf/spi_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void destroy_list(spi_list_t *lst)
}

int spi_add(spi_list_t *list, uint32_t spi_cid, uint32_t spi_sid,
uint16_t sport, uint16_t cport)
uint16_t cport, uint16_t sport)
{
if(!list) {
return 1;
Expand Down

0 comments on commit a053bcc

Please sign in to comment.