fix msvc build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4478 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-03-08 02:31:34 +00:00
parent 5e2d7dfc12
commit cc0ea39446
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -695,7 +695,7 @@ static void set_local_sdp(private_object_t *tech_pvt, char *ip, uint32_t port, c
char buf[2048];
switch_time_t now = switch_time_now();
int ptime = 0;
int rate;
int rate = 0;
if (!force && !ip && !sr && switch_test_flag(tech_pvt, TFLAG_NOMEDIA)) {
return;