Fix a typo leading to no conversation set up for RTCP

svn path=/trunk/; revision=13173
This commit is contained in:
Anders Broman 2005-01-26 20:05:26 +00:00
parent e80d808690
commit 0ea2462501
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ guint32 value_len;
tvb_memcpy(tvb, (char *)&ipv4_address, value_offset, 4);
if ( media_control_channel )
tvb_memcpy(tvb, (char *)&ipv4_address, value_offset, 4);
tvb_memcpy(tvb, (char *)&rtcp_ipv4_address, value_offset, 4);
#.END
#----------------------------------------------------------------------------------------