Skip to content

Commit

Permalink
proto_msrp: fix typo in ident timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 29, 2022
1 parent 6ec8dde commit 8b2abc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proto_msrp/msrp_signaling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ int msrp_init_trans_layer(handle_trans_timeout_f *timout_f)
int i;

/* limit the timeout to 30 secs */
if (msrp_ident_hash_size>30) {
if (msrp_ident_timeout>30) {
LM_WARN("ident timeout too big (%d), limiting to 30\n",
msrp_ident_timeout);
msrp_ident_timeout = 30;
Expand Down

0 comments on commit 8b2abc1

Please sign in to comment.