aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-04-24 06:36:42 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-04-24 06:36:42 +0000
commitb7051d5fd66c91e4608b37a602183a95062f6ef1 (patch)
tree8e1c7f2427d13b2ad4778fdd1935ea6daf6859a7 /asn1/h245
parentb821b38b10e14cfe3808a8ceab3698e0aed02e82 (diff)
remove superfluous declaration struct srtp_info *dummy_srtp_info
svn path=/trunk/; revision=25164
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 94ffa89977..4f366c90db 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -351,7 +351,7 @@ static void h245_setup_channels(packet_info *pinfo, channel_info_t *upcoming_cha
}
if (upcoming_channel->srtp_flag) {
- struct srtp_info *dummy_srtp_info = se_alloc0(sizeof(struct srtp_info));
+ dummy_srtp_info = se_alloc0(sizeof(struct srtp_info));
}
if (upcoming_channel->media_addr.addr.type!=AT_NONE && upcoming_channel->media_addr.port!=0 && rtp_handle) {
srtp_add_address(pinfo, &upcoming_channel->media_addr.addr,