patch libdingaling to use next_tag instead of child

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14624 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-08-24 20:52:11 +00:00
parent fbbd62047c
commit fad4fefc4a
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ static int on_commands(void *user_data, ikspak *pak)
}
}
}
xml = iks_child (xml);
xml = iks_next_tag(xml);
}