Skip to content

Commit

Permalink
lrkproxy: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 1a3c580 commit 04c4b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/lrkproxy/doc/lrkproxy_admin.xml
Expand Up @@ -438,7 +438,7 @@
</itemizedlist>
</listitem>
<listitem><para>
<emphasis>ip_address</emphasis> - new SDP IP address.This optional parameter is under development.
<emphasis>ip_address</emphasis> - new SDP IP address. This optional parameter is under development.
</para></listitem>
</itemizedlist>
<para>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/lrkproxy/lrkproxy.c
Expand Up @@ -617,7 +617,7 @@ mod_init(void)
pkg_free(lrkp_strings);


/* init the hastable which keeps the all media address for both party and also the elected_node <--> callid& via-branch relation */
/* init the hastable which keeps all the media address for both party and also the elected_node <--> callid& via-branch relation */
if (hash_table_size < 1){
hash_table_size = HASH_SIZE; //the default size 128 entry.
}
Expand Down

0 comments on commit 04c4b97

Please sign in to comment.