[Freeswitch-svn] [commit] r4445 - freeswitch/trunk/src

Freeswitch SVN brian at freeswitch.org
Sat Mar 3 20:53:49 EST 2007


Author: brian
Date: Sat Mar  3 20:53:49 2007
New Revision: 4445

Modified:
   freeswitch/trunk/src/switch_utils.c

Log:
update comments

Modified: freeswitch/trunk/src/switch_utils.c
==============================================================================
--- freeswitch/trunk/src/switch_utils.c	(original)
+++ freeswitch/trunk/src/switch_utils.c	Sat Mar  3 20:53:49 2007
@@ -376,8 +376,9 @@
 
 	if ((r = apr_socket_recvfrom(from, sock, flags, buf, len)) == APR_SUCCESS) {
 		from->port = ntohs(from->sa.sin.sin_port);
-		//from->ipaddr_ptr = &(from->sa.sin.sin_addr);
-		//from->ipaddr_ptr = inet_ntoa(from->sa.sin.sin_addr);
+		/* from->ipaddr_ptr = &(from->sa.sin.sin_addr);
+		 * from->ipaddr_ptr = inet_ntoa(from->sa.sin.sin_addr);
+		 */
 	}
 
 	return r;
@@ -647,7 +648,7 @@
 
 
 #ifdef WIN32
-//this forces certain symbols to not be optimized out of the dll
+/* this forces certain symbols to not be optimized out of the dll */
 void include_me(void)
 {
 	apr_socket_shutdown(NULL, 0);



More information about the Freeswitch-svn mailing list