comment out assert

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13304 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-05-14 16:16:03 +00:00
parent b74f70f3ab
commit 0ecd61aaca
1 changed files with 2 additions and 1 deletions

View File

@ -505,7 +505,8 @@ int nua_server_respond(nua_server_request_t *sr, tagi_t const *tags)
#endif #endif
if (sr->sr_response.msg == NULL) { if (sr->sr_response.msg == NULL) {
assert(sr->sr_status == 500); //assert(sr->sr_status == 500);
SU_DEBUG_0(("sr without msg, sr_status=%u", sr->sr_status));
goto internal_error; goto internal_error;
} }