Mercurial > pidgin
changeset 2110:704a07ed9481
[gaim-migrate @ 2120]
well this was a stupid bug.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 02 Aug 2001 19:59:25 +0000 |
parents | 3110ea142888 |
children | 109669b3887e |
files | src/protocols/yahoo/buddy.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/buddy.c Thu Aug 02 05:42:15 2001 +0000 +++ b/src/protocols/yahoo/buddy.c Thu Aug 02 19:59:25 2001 +0000 @@ -79,7 +79,8 @@ if (!send) return 0; - if (!(conn = yahoo_new_conn(session, YAHOO_CONN_TYPE_DUMB, NULL, 0))) + if (!(conn = yahoo_new_conn(session, YAHOO_CONN_TYPE_DUMB, session->auth_host, + session->auth_port))) return 0; conn->txqueue = send; @@ -145,7 +146,8 @@ if (!send) return 0; - if (!(conn = yahoo_new_conn(session, YAHOO_CONN_TYPE_DUMB, NULL, 0))) + if (!(conn = yahoo_new_conn(session, YAHOO_CONN_TYPE_DUMB, session->auth_host, + session->auth_port))) return 0; conn->txqueue = send;