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

Freeswitch SVN mikej at freeswitch.org
Sun Feb 4 14:12:48 EST 2007


Author: mikej
Date: Sun Feb  4 14:12:48 2007
New Revision: 4117

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

Log:
use same signedness var type for ptime.

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	Sun Feb  4 14:12:48 2007
@@ -684,7 +684,7 @@
 {
 	char buf[1024];
 	switch_time_t now = switch_time_now();
-    uint32_t ptime = 0;
+    int ptime = 0;
 
 	if (!force && !ip && !sr && switch_test_flag(tech_pvt, TFLAG_NOMEDIA)) {
 		return;



More information about the Freeswitch-svn mailing list