- route_determine_nexthop(): don't remove header

This commit is contained in:
Thomas Ries 2006-10-05 20:47:45 +00:00
parent 047ac5384f
commit 1f8c9a8dbb
2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,7 @@
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
(submitted by by Hans Carlos Hofmann)

View File

@ -400,10 +400,6 @@ int route_determine_nexthop(sip_ticket_t *ticket,
} else {
*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;