forked from Mirrors/freeswitch
Code before declaration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14988 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ec6d528d4b
commit
3b741658b6
@ -650,6 +650,7 @@ void event_handler(switch_event_t *event)
|
||||
char *fixed_contact_str = NULL;
|
||||
|
||||
sofia_profile_t *profile = NULL;
|
||||
char guess_ip4[256];
|
||||
|
||||
char *mwi_account = NULL;
|
||||
char *dup_mwi_account = NULL;
|
||||
@ -669,8 +670,6 @@ void event_handler(switch_event_t *event)
|
||||
mwi_host = (char *) from_host;
|
||||
}
|
||||
|
||||
char guess_ip4[256];
|
||||
|
||||
if (exp_str) {
|
||||
expires += atol(exp_str);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user