]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3133 --comment-only this looks like a bad assert, can you update and try again
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 8 Mar 2011 18:39:07 +0000 (12:39 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 8 Mar 2011 18:39:07 +0000 (12:39 -0600)
libs/sofia-sip/libsofia-sip-ua/nta/nta.c

index 13454c1a8efa679ac3c8cb944493da91e24ed965..543f0e135a115e1de98f3995d9bcd7823d607581 100644 (file)
@@ -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