From b3f3a103361938f50600716092c591aba70707b1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 19 Jan 2012 14:09:36 -0600 Subject: [PATCH] FS-3794 revert --- src/mod/endpoints/mod_sofia/sofia.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index ca6e2f8716..61936af0ed 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -564,7 +564,6 @@ void sofia_handle_sip_i_bye(switch_core_session_t *session, int status, #endif if (!session) { - nua_respond(nh, SIP_200_OK, NUTAG_WITH_THIS_MSG(de->data->e_msg), TAG_END()); return; }