From ec0a0fdb5fe54882820b9f80484d12bd8c9dcbd4 Mon Sep 17 00:00:00 2001 From: Oleg Moskalenko Date: Sat, 24 Sep 2016 23:15:30 -0700 Subject: [PATCH] C++ compilation fixed --- src/client++/TurnMsgLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client++/TurnMsgLib.h b/src/client++/TurnMsgLib.h index a033292..88b65cb 100644 --- a/src/client++/TurnMsgLib.h +++ b/src/client++/TurnMsgLib.h @@ -1021,7 +1021,7 @@ public: 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); }