msvc build fixes

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@797 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-03-08 03:29:56 +00:00
parent 4d8d6e61a3
commit 9977f2b8dd
6 changed files with 28 additions and 4 deletions

View File

@@ -982,7 +982,7 @@ static switch_status exosip_create_call(eXosip_event_t * event)
int mline = 0, pos = 0;
switch_channel *channel = NULL;
char name[128];
char *dpayload, *dname, *drate;
char *dpayload, *dname = NULL, *drate = NULL;
char *remote_sdp_str = NULL;
if ((session = switch_core_session_request(&exosip_endpoint_interface, NULL)) != 0) {