From: Anthony Minessale Date: Tue, 8 Mar 2011 18:39:07 +0000 (-0600) Subject: FS-3133 --comment-only this looks like a bad assert, can you update and try again X-Git-Tag: v1.2-rc1~171^2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0be456565be0a8708cc1e32abe5f1427373dc5e7;p=thirdparty%2Ffreeswitch.git FS-3133 --comment-only this looks like a bad assert, can you update and try again --- 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