Skip to content

Commit

Permalink
misc_radius: fixed name of function exported to cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 9, 2017
1 parent fc65848 commit 9a21a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/misc_radius/functions.c
Expand Up @@ -664,7 +664,7 @@ int ki_radius_does_uri_exist_uval(struct sip_msg *_m, str *suri)
_m, &parsed_uri.user, &parsed_uri.host);
}

int radius_does_uri_exist(struct sip_msg *_m, char *_sp, char *_s2)
int radius_does_uri_exist_1(struct sip_msg *_m, char *_sp, char *_s2)
{
str suri;

Expand Down

0 comments on commit 9a21a25

Please sign in to comment.