uninitialized var
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10511 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ffeb14d136
commit
a7d7e34775
|
@ -107,7 +107,7 @@ void sofia_handle_sip_i_notify(switch_core_session_t *session, int status,
|
|||
if (session && channel && tech_pvt) {
|
||||
if (sip->sip_payload && sip->sip_payload->pl_data) {
|
||||
char *p;
|
||||
int status;
|
||||
int status = 0;
|
||||
if ((p = strchr(sip->sip_payload->pl_data, ' '))) {
|
||||
p++;
|
||||
if (p) {
|
||||
|
|
Loading…
Reference in New Issue