From a53ebf2c0d0148943edee517b7a8d40e499c514d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 11 Feb 2009 17:37:22 +0000 Subject: [PATCH] Fri Feb 6 05:16:13 CST 2009 Pekka Pessi * nta: consider route as set if it is included when creating a leg git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11870 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/.update | 2 +- libs/sofia-sip/libsofia-sip-ua/nta/nta.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sofia-sip/.update b/libs/sofia-sip/.update index 918f9a7080..61f9d44345 100644 --- a/libs/sofia-sip/.update +++ b/libs/sofia-sip/.update @@ -1 +1 @@ -Wed Feb 11 11:22:43 CST 2009 +Wed Feb 11 11:37:16 CST 2009 diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c index 27b74950b8..49a718b380 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c @@ -4134,7 +4134,7 @@ nta_leg_t *nta_leg_tcreate(nta_agent_t *agent, leg->leg_remote = sip_from_make(home, to_str); if (route && route != NONE) - leg->leg_route = sip_route_dup(home, route); + leg->leg_route = sip_route_dup(home, route), leg->leg_route_set = 1; if (contact && contact != NONE) { sip_contact_t m[1];