提交 c6d0a994 authored 作者: Michael Jerris's avatar Michael Jerris

FS-9078: [sofia-sip] fix linux build of HEPv2/HEPv3 code

上级 6ce69adc
...@@ -596,12 +596,12 @@ int tport_capt_msg_hepv3 (tport_t const *self, msg_t *msg, size_t n, ...@@ -596,12 +596,12 @@ int tport_capt_msg_hepv3 (tport_t const *self, msg_t *msg, size_t n,
struct hep_generic *hg=NULL; struct hep_generic *hg=NULL;
unsigned int buflen=0, iplen=0,tlen=0, payload_len = 0; unsigned int buflen=0, iplen=0,tlen=0, payload_len = 0;
su_time_t now; su_time_t now;
hep_chunk_ip4_t src_ip4 = { 0 }, dst_ip4 = { 0 }; hep_chunk_ip4_t src_ip4 = {{0}}, dst_ip4 = {{0}};
hep_chunk_t payload_chunk; hep_chunk_t payload_chunk;
int orig_n = 0; int orig_n = 0;
#if SU_HAVE_IN6 #if SU_HAVE_IN6
hep_chunk_ip6_t src_ip6 = { 0 }, dst_ip6 = { 0 }; hep_chunk_ip6_t src_ip6 = {{0}}, dst_ip6 = {{0}};
#endif #endif
int eth_frame_len = 16000; int eth_frame_len = 16000;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论