Skip to content

Commit

Permalink
C++ compilation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Sep 25, 2016
1 parent db33637 commit ec0a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client++/TurnMsgLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ class StunMsgResponse : public StunMsg {
stun_set_allocate_response_str(_buffer, &_sz, &tid,
&relayed_addr1, &relayed_addr2,
&reflexive_addr,
lifetime, error_code, reason,
lifetime, STUN_DEFAULT_MAX_ALLOCATE_LIFETIME, error_code, reason,
reservation_token, mobile_id);
}

Expand Down

0 comments on commit ec0a0fd

Please sign in to comment.