Ignore:
Timestamp:
2010-03-21T01:02:03Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2e89256
Parents:
54a2014
Message:

Killed the last str*cmp(xml_find_attr) combos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    r54a2014 raed152f  
    128128        {
    129129                if( ( c = xt_find_node( node->children, "si" ) ) &&
    130                     ( strcmp( xt_find_attr( c, "xmlns" ), XMLNS_SI ) == 0 ) )
     130                    ( s = xt_find_attr( c, "xmlns" ) ) &&
     131                    ( strcmp( s, XMLNS_SI ) == 0 ) )
    131132                {
    132133                        return jabber_si_handle_request( ic, node, c );
Note: See TracChangeset for help on using the changeset viewer.