FS-9078: [sofia-sip] fix typo in HEP3

This commit is contained in:
Michael Jerris 2016-04-27 15:33:56 -05:00
parent 943e8ef323
commit 0ba86871b4
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ int tport_capt_msg_hepv3 (tport_t const *self, msg_t *msg, size_t n,
/* IPv6 */
else if(su->su_family == AF_INET6) {
/* SRC IPv6 */
memcpy((char*) *buffer+buflen, &src_ip4, sizeof(struct hep_chunk_ip6));
memcpy((char*) *buffer+buflen, &src_ip6, sizeof(struct hep_chunk_ip6));
buflen += sizeof(struct hep_chunk_ip6);
memcpy((char*) *buffer+buflen, &dst_ip6, sizeof(struct hep_chunk_ip6));