aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--protocols/msn/ns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c
index f2fc561f..a90c8a9d 100644
--- a/protocols/msn/ns.c
+++ b/protocols/msn/ns.c
@@ -695,7 +695,7 @@ static int msn_ns_message( struct msn_handler_data *handler, char *msg, int msgl
if( !xml )
return 1;
- md = xt_from_string( xml );
+ md = xt_from_string( xml, 0 );
if( !md )
return 1;