Skip to content

Commit

Permalink
enum: Fixed function name
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a6ad9a)
  • Loading branch information
danpascu committed Apr 18, 2019
1 parent 4e41803 commit 4213fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/enum/enum.c
Expand Up @@ -713,7 +713,7 @@ int enum_query(struct sip_msg* _msg, str* _suffix, str* _service)
/*
* See documentation in README file.
*/
int isn_query_2(struct sip_msg* _msg, str* suffix, str* service)
int isn_query(struct sip_msg* _msg, str* suffix, str* service)
{
char *user_s = NULL;
int user_len, i, j;
Expand Down

0 comments on commit 4213fe2

Please sign in to comment.