From 0be456565be0a8708cc1e32abe5f1427373dc5e7 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 8 Mar 2011 12:39:07 -0600 Subject: [PATCH] FS-3133 --comment-only this looks like a bad assert, can you update and try again --- libs/sofia-sip/libsofia-sip-ua/nta/nta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c index 13454c1a8e..543f0e135a 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta.c @@ -7781,7 +7781,7 @@ nta_outgoing_t *outgoing_create(nta_agent_t *agent, if (tpn) { /* CANCEL or ACK to [3456]XX */ invalid = tport_name_dup(home, orq->orq_tpn, tpn); -#if HAVE_SOFIA_SRESOLV +#if 0 //HAVE_SOFIA_SRESOLV /* We send ACK or CANCEL only if original request was really sent */ assert(tport_name_is_resolved(orq->orq_tpn)); #endif