- route_determine_nexthop(): don't remove header
This commit is contained in:
parent
047ac5384f
commit
1f8c9a8dbb
@ -1,6 +1,7 @@
|
|||||||
0.6.0
|
0.6.0
|
||||||
=====
|
=====
|
||||||
19-Aug-2006: - increased DNS cache
|
05-Oct-2006_ - route_determine_nexthop(): don't remove header
|
||||||
|
19-Aug-2006: - increased DNS cache
|
||||||
18-Jun-2006: - included RTCP support and a de-jitter feature
|
18-Jun-2006: - included RTCP support and a de-jitter feature
|
||||||
(submitted by by Hans Carlos Hofmann)
|
(submitted by by Hans Carlos Hofmann)
|
||||||
|
|
||||||
|
|||||||
@ -400,10 +400,6 @@ int route_determine_nexthop(sip_ticket_t *ticket,
|
|||||||
} else {
|
} else {
|
||||||
*port=SIP_PORT;
|
*port=SIP_PORT;
|
||||||
}
|
}
|
||||||
|
|
||||||
osip_list_remove(mymsg->routes, 0);
|
|
||||||
osip_route_free(route);
|
|
||||||
/* request->routes will be freed by osip_message_free() */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return STS_SUCCESS;
|
return STS_SUCCESS;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user