Mercurial > pidgin
changeset 30080:3dac28d77320
C comments only.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 21 May 2010 07:43:18 +0000 |
parents | 1aa1e1e1876d |
children | ee423c6c71b6 |
files | libpurple/protocols/msn/directconn.c libpurple/protocols/msn/directconn.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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 */