Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to an

se_alloced struct.

svn path=/trunk/; revision=29126
This commit is contained in:
Gerald Combs 2009-07-16 21:35:54 +00:00
parent 1196da707d
commit b0aa9d9696
1 changed files with 1 additions and 2 deletions

View File

@ -5553,8 +5553,7 @@ dissect_rsvp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
break;
}
SET_ADDRESS(&request_key.source_info.source,
rsvph->source.type, rsvph->source.len, rsvph->source.data);
SE_COPY_ADDRESS(&request_key.source_info.source, &rsvph->source);
request_key.source_info.udp_source_port = rsvph->udp_source_port;
/* See if a request with this key already exists */