git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5766 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-09-29 01:23:56 +00:00
parent ffb989e435
commit 87f62d1d0d
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
SWITCH_STANDARD_STREAM(stream);
if ((hi = switch_channel_variable_first(channel))) {
for (; hi; hi = hi = hi->next) {
for (; hi; hi = hi->next) {
const char *name = (char *) hi->name;
char *value = (char *) hi->value;