Mercurial > pidgin
diff libpurple/protocols/msn/httpconn.c @ 32247:1a2840d2cd02
Fix for previous commit.
| author | andrew.victor@mxit.com |
|---|---|
| date | Sat, 01 Oct 2011 21:11:11 +0000 |
| parents | 10e5000326a5 |
| children | 50cd80d3554e |
line wrap: on
line diff
--- a/libpurple/protocols/msn/httpconn.c Sat Oct 01 21:04:35 2011 +0000 +++ b/libpurple/protocols/msn/httpconn.c Sat Oct 01 21:11:11 2011 +0000 @@ -286,7 +286,7 @@ servconn = httpconn->servconn; if (servconn->type == MSN_SERVCONN_NS) { - PurpleConnection *gc = purple_account_get_connection(servconn->session); + PurpleConnection *gc = purple_account_get_connection(servconn->session->account); gc->last_received = time(NULL); }
