]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3214 forgot 1 important line
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 9 Jun 2011 15:57:04 +0000 (10:57 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 9 Jun 2011 15:57:04 +0000 (10:57 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 734fa4f6d0e070c2b51eae31786baa3274d0cd26..5b130850b2d98cc8de17cf7ba5d4aebe61185d62 100644 (file)
@@ -5246,6 +5246,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
                                        }
                                        
                                        if (match && sofia_test_flag(tech_pvt, TFLAG_NOREPLY)) {
+                                               sofia_clear_flag(tech_pvt, TFLAG_NOREPLY);
                                                goto done;
                                        }