diff options
Diffstat (limited to 'protocols/msn/soap.c')
| -rw-r--r-- | protocols/msn/soap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c index da32c291..50de22eb 100644 --- a/protocols/msn/soap.c +++ b/protocols/msn/soap.c @@ -228,7 +228,7 @@ static void msn_soap_debug_print( const char *headers, const char *payload )  	if( payload )  	{ -		struct xt_node *xt = xt_from_string( payload ); +		struct xt_node *xt = xt_from_string( payload, 0 );  		if( xt )  			xt_print( xt );  		xt_free_node( xt ); | 
