Code before declaration

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14988 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Jeff Lenk 2009-09-25 20:16:18 +00:00
parent ec6d528d4b
commit 3b741658b6
1 changed files with 1 additions and 2 deletions

View File

@ -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);
}