diff src/server.c @ 265:59f1748b09a6

[gaim-migrate @ 275] Logging in works properly for Oscar now. Let's hope I didn't break the TOC side of things. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 May 2000 08:09:03 +0000
parents 8aa7368baae7
children cfa39d39dec6
line wrap: on
line diff
--- a/src/server.c	Thu May 25 06:29:22 2000 +0000
+++ b/src/server.c	Thu May 25 08:09:03 2000 +0000
@@ -377,9 +377,7 @@
 	sflap_send(buf, -1, TYPE_DATA);
 #else
 	/* oscar requires us to do everyone at once (?) */
-/* FIXME : there's something wrong with this code, it causes the entire buddy
- * list to update, and can cause other people's buddy lists to improperly update
- */
+	/* I think this code is OK now. */
 	if (!(permdeny == 1 || permdeny == 4)) {
 		list = permit; at = 0;
 		while (list) {