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

Freeswitch SVN mikej at freeswitch.org
Thu Dec 13 14:15:13 EST 2007


Author: mikej
Date: Thu Dec 13 14:15:12 2007
New Revision: 6766

Modified:
   freeswitch/trunk/src/switch_rtp.c

Log:
use switch_port_t in release_port

Modified: freeswitch/trunk/src/switch_rtp.c
==============================================================================
--- freeswitch/trunk/src/switch_rtp.c	(original)
+++ freeswitch/trunk/src/switch_rtp.c	Thu Dec 13 14:15:12 2007
@@ -310,7 +310,7 @@
         return END_PORT;
 }
 
-static void release_port(const char *host, int port)
+static void release_port(const char *host, switch_port_t port)
 {
 	switch_core_port_allocator_t *alloc = NULL;
 



More information about the Freeswitch-svn mailing list