Skip to content

Commit

Permalink
mangler: typo a/an filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 3c36f85 commit 01a70ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mangler/sdp_mangler.h
Expand Up @@ -76,7 +76,7 @@ int sdp_mangle_port (struct sip_msg *msg, char *offset, char *unused);
/* may replace all appearances of an ip in lines like c=IN IP4 ip with
a new value for ip if the found ip matches the filter
@param msg a pointer to a sip message
@param oldip an filter for ip's in form ip/mask.Example
@param oldip a filter for ip's in form ip/mask.Example
of oldip "10.0.0.0/255.0.0.0" or "10.0.0.0/8"
@param newip the ip replacing old ip
@return negative in case of error or number of replacements - 1
Expand Down

0 comments on commit 01a70ae

Please sign in to comment.