提交 3b741658 authored 作者: Jeff Lenk's avatar Jeff Lenk

Code before declaration

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14988 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ec6d528d
...@@ -650,6 +650,7 @@ void event_handler(switch_event_t *event) ...@@ -650,6 +650,7 @@ void event_handler(switch_event_t *event)
char *fixed_contact_str = NULL; char *fixed_contact_str = NULL;
sofia_profile_t *profile = NULL; sofia_profile_t *profile = NULL;
char guess_ip4[256];
char *mwi_account = NULL; char *mwi_account = NULL;
char *dup_mwi_account = NULL; char *dup_mwi_account = NULL;
...@@ -669,8 +670,6 @@ void event_handler(switch_event_t *event) ...@@ -669,8 +670,6 @@ void event_handler(switch_event_t *event)
mwi_host = (char *) from_host; mwi_host = (char *) from_host;
} }
char guess_ip4[256];
if (exp_str) { if (exp_str) {
expires += atol(exp_str); expires += atol(exp_str);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论