[Freeswitch-svn] [commit] r3433 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN anthm at freeswitch.org
Tue Nov 21 14:30:39 EST 2006


Author: anthm
Date: Tue Nov 21 14:30:39 2006
New Revision: 3433

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c

Log:
update

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Tue Nov 21 14:30:39 2006
@@ -4195,6 +4195,7 @@
 			}
 			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 {



More information about the Freeswitch-svn mailing list