[Asterisk-cvs] asterisk/channels chan_sip.c,1.289,1.290

markster at lists.digium.com markster at lists.digium.com
Mon Feb 2 17:14:15 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv22133/channels

Modified Files:
	chan_sip.c 
Log Message:
Fix small typos


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- chan_sip.c	2 Feb 2004 23:21:36 -0000	1.289
+++ chan_sip.c	2 Feb 2004 23:22:57 -0000	1.290
@@ -6798,7 +6798,7 @@
 
 		ast_mutex_lock(&regl.lock);
 		for (reg = regl.registrations; reg; reg = reg->next) 
-			sip_do_register(reg);
+			__sip_do_register(reg);
 		ast_mutex_unlock(&regl.lock);
 		
 		/* And start the monitor for the first time */




More information about the svn-commits mailing list