]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 21 Nov 2006 19:30:39 +0000 (19:30 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 21 Nov 2006 19:30:39 +0000 (19:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3433 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 5dd64332cd1357a72a66815d1c7de915ab1f181d..fbc5237deb16512eb5e3329598c8ce004fa4b9d1 100644 (file)
@@ -4195,6 +4195,7 @@ static void sip_r_challenge(int status,
                        }
                        if (!oreg) {
                                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No Match for Scheme [%s] Realm [%s]\n", scheme, qrealm);
+                               return;
                        }
                        switch_safe_free(duprealm);
                } else {