Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/soap.c

    rdcf155d rd0752e8  
    229229        if( payload )
    230230        {
    231                 struct xt_node *xt = xt_from_string( payload );
     231                struct xt_node *xt = xt_from_string( payload, 0 );
    232232                if( xt )
    233233                        xt_print( xt );
Note: See TracChangeset for help on using the changeset viewer.