[Asterisk-cvs] asterisk/channels chan_sip.c,1.414,1.415

citats at lists.digium.com citats at lists.digium.com
Fri Jun 18 12:38:04 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/home/citats/cvs/asterisk/channels

Modified Files:
	chan_sip.c 
Log Message:
Formatting fix

Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -d -r1.414 -r1.415
--- chan_sip.c	18 Jun 2004 13:53:48 -0000	1.414
+++ chan_sip.c	18 Jun 2004 16:23:56 -0000	1.415
@@ -518,7 +518,8 @@
 
 
 /*--- sip_debug_test_addr: See if we pass debug IP filter */
-static inline int sip_debug_test_addr(struct sockaddr_in *addr) {
+static inline int sip_debug_test_addr(struct sockaddr_in *addr) 
+{
 	if (sipdebug == 0)
 		return 0;
 	if (debugaddr.sin_addr.s_addr) {
@@ -530,7 +531,8 @@
 	return 1;
 }
 
-static inline int sip_debug_test_pvt(struct sip_pvt *p) {
+static inline int sip_debug_test_pvt(struct sip_pvt *p) 
+{
 	if (sipdebug == 0)
 		return 0;
 	return sip_debug_test_addr((p->nat ? &p->recv : &p->sa));




More information about the svn-commits mailing list