# HG changeset patch # User Elliott Sales de Andrade # Date 1274427798 0 # Node ID 3dac28d773201f819d3d91291c0ee244d7606039 # Parent 1aa1e1e1876db834bfd39221f1b9bf222af35d6e C comments only. diff -r 1aa1e1e1876d -r 3dac28d77320 libpurple/protocols/msn/directconn.c --- a/libpurple/protocols/msn/directconn.c Fri May 21 07:36:59 2010 +0000 +++ b/libpurple/protocols/msn/directconn.c Fri May 21 07:43:18 2010 +0000 @@ -150,7 +150,7 @@ dc->ext_ip = NULL; dc->timeout_handle = 0; dc->progress = FALSE; - //dc->num_calls = 1; + /*dc->num_calls = 1;*/ /* TODO: Probably should set this based on buddy caps */ dc->nonce_type = DC_NONCE_PLAIN; diff -r 1aa1e1e1876d -r 3dac28d77320 libpurple/protocols/msn/directconn.h --- a/libpurple/protocols/msn/directconn.h Fri May 21 07:36:59 2010 +0000 +++ b/libpurple/protocols/msn/directconn.h Fri May 21 07:43:18 2010 +0000 @@ -111,7 +111,7 @@ guint timeout_handle; gboolean progress; - //int num_calls; /**< The number of slpcalls using this direct connection */ + /*int num_calls;*/ /**< The number of slpcalls using this direct connection */ }; /* Outgoing attempt */