Ignore:
Timestamp:
2010-03-21T00:39:45Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
54a2014
Parents:
b8a491d
Message:

Read the from attribute from the main stanza, not the inside query. Also
fixing another potential NULL pointer dereference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    rb8a491d r699376f7  
    250250                while( ( c = xt_find_node( c, "option" ) ) )
    251251                        if( ( d = xt_find_node( c->children, "value" ) ) &&
     252                            ( d->text != NULL ) &&
    252253                            ( strcmp( d->text, XMLNS_BYTESTREAMS ) == 0 ) )
    253254                        {
Note: See TracChangeset for help on using the changeset viewer.