LIBDING-10

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10646 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-12-07 22:11:34 +00:00
parent d4fc035f9a
commit 1776a878eb
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ static int on_stream(ldl_handle_t *handle, int type, iks *node)
}
break;
case IKS_NODE_NORMAL:
if (node && strcmp("stream:features", iks_name_nons(node)) == 0) {
if (node && strcmp("stream:features", iks_name(node)) == 0) {
handle->features = iks_stream_features(node);
if (ldl_test_flag(handle, LDL_FLAG_TLS) && !iks_is_secure(handle->parser))
break;