FS-3133 --comment-only this looks like a bad assert, can you update and try again

This commit is contained in:
Anthony Minessale 2011-03-08 12:39:07 -06:00
parent 8727e568e8
commit 0be456565b

View 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