Skip to content

Commit

Permalink
ims_ipsec_pcscf: fixed spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexyosifov authored and henningw committed Aug 12, 2020
1 parent 2e11282 commit 89833d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ims_ipsec_pcscf/cmd.c
Expand Up @@ -76,7 +76,7 @@ extern usrloc_api_t ul;
extern struct tm_binds tmb;

#define IPSEC_SEND_FORCE_SOCKET 0x01 /* if set - set send force socket for request messages */
#define IPSEC_REVERSE_SEARCH 0x02 /* if set - start seraching from the last element */
#define IPSEC_REVERSE_SEARCH 0x02 /* if set - start searching from the last element */

int bind_ipsec_pcscf(ipsec_pcscf_api_t* api) {
if(!api){
Expand Down

0 comments on commit 89833d7

Please sign in to comment.