Mercurial > pidgin.yaz
changeset 12485:0480ba917a6e
[gaim-migrate @ 14797]
I'm hoping this fixes the auth request spam. Please to be testink it.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 14 Dec 2005 22:53:17 +0000 |
parents | 74e33b6d8d74 |
children | 5b9ae793e2fb |
files | src/protocols/oscar/service.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/service.c Wed Dec 14 22:50:05 2005 +0000 +++ b/src/protocols/oscar/service.c Wed Dec 14 22:53:17 2005 +0000 @@ -811,7 +811,7 @@ * 'AIM_ICQ_STATE_DIRECTREQUIREAUTH' was removed because setting it might * be the cause of people reciving many unsolicited authorization requests. */ - data = AIM_ICQ_STATE_HIDEIP | AIM_ICQ_STATE_WEBAWARE | status; + data = AIM_ICQ_STATE_HIDEIP | status; if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 8))) return -ENOMEM;