this->type is set by traffic_selector_create()
This commit is contained in:
@@ -330,7 +330,6 @@ static traffic_selector_t *get_subset(private_traffic_selector_t *this, private_
|
|||||||
|
|
||||||
/* we have a match in protocol, port, and address: return it... */
|
/* we have a match in protocol, port, and address: return it... */
|
||||||
new_ts = traffic_selector_create(protocol, this->type, from_port, to_port);
|
new_ts = traffic_selector_create(protocol, this->type, from_port, to_port);
|
||||||
new_ts->type = this->type;
|
|
||||||
new_ts->dynamic = this->dynamic || other->dynamic;
|
new_ts->dynamic = this->dynamic || other->dynamic;
|
||||||
memcpy(new_ts->from, from, size);
|
memcpy(new_ts->from, from, size);
|
||||||
memcpy(new_ts->to, to, size);
|
memcpy(new_ts->to, to, size);
|
||||||
@@ -767,7 +766,6 @@ traffic_selector_t *traffic_selector_create_from_string(
|
|||||||
private_traffic_selector_t *this = traffic_selector_create(protocol, type,
|
private_traffic_selector_t *this = traffic_selector_create(protocol, type,
|
||||||
from_port, to_port);
|
from_port, to_port);
|
||||||
|
|
||||||
this->type = type;
|
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case TS_IPV4_ADDR_RANGE:
|
case TS_IPV4_ADDR_RANGE:
|
||||||
|
|||||||
Reference in New Issue
Block a user