Mercurial > pidgin
changeset 2015:0d11fd498068
[gaim-migrate @ 2025]
i am soooo stupid.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 14 Jun 2001 04:51:25 +0000 |
parents | 162f749ee5e7 |
children | 9a2e3902658c |
files | plugins/msn/msn.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/msn/msn.c Thu Jun 14 03:40:56 2001 +0000 +++ b/plugins/msn/msn.c Thu Jun 14 04:51:25 2001 +0000 @@ -462,8 +462,8 @@ md = gc->proto_data; - if (md->fd != source) - md->fd = source; + if (ms->fd != source) + ms->fd = source; g_snprintf(buf, sizeof(buf), "ANS %d %s %s %s\n", ++ms->trId, gc->username, ms->auth, ms->sessid); if (msn_write(ms->fd, buf, strlen(buf)) < 0) {