Mercurial > pidgin.yaz
diff src/protocols/oscar/icq.c @ 10595:de34037a02c7
[gaim-migrate @ 12010]
Forward port some other stuff from oldstatus
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 14 Feb 2005 03:07:06 +0000 |
parents | 2b05acfeec65 |
children | 137ce6382675 |
line wrap: on
line diff
--- a/src/protocols/oscar/icq.c Mon Feb 14 03:02:36 2005 +0000 +++ b/src/protocols/oscar/icq.c Mon Feb 14 03:07:06 2005 +0000 @@ -117,8 +117,8 @@ } /** - * I don't know why we have this function and the one above... - * Maybe one of them is wrong? Maybe they both really DO exist? + * I'm not really sure what the difference is between this function + * and the one above. They both definitely exist. */ faim_export int aim_icq_setauthsetting(aim_session_t *sess, int auth_required) { @@ -152,7 +152,7 @@ aimbs_putle8(&fr->data, auth_required); aimbs_putle8(&fr->data, 0x0c); aimbs_putle16(&fr->data, 0x0103); - aimbs_putle16(&fr->data, 0x0000); + aimbs_putle16(&fr->data, 0x0000); /* web enabled or not! */ aim_tx_enqueue(sess, fr);