comparison src/protocols/oscar/oscar.c @ 4374:2628346f53bd

[gaim-migrate @ 4640] This was causing problems for the Lukester. I'll try to go back and figure out what's happening later. For now, dinner! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 21 Jan 2003 01:12:42 +0000
parents dcc6c130c6d9
children fe465b7d9440
comparison
equal deleted inserted replaced
4373:dcc6c130c6d9 4374:2628346f53bd
4143 va_end(ap); */ 4143 va_end(ap); */
4144 4144
4145 debug_printf("ssi: syncing local list and server list\n"); 4145 debug_printf("ssi: syncing local list and server list\n");
4146 4146
4147 /* Clean the buddy list */ 4147 /* Clean the buddy list */
4148 aim_ssi_cleanlist(sess, fr->conn); 4148 /* aim_ssi_cleanlist(sess, fr->conn); */
4149 4149
4150 /* Add from server list to local list */ 4150 /* Add from server list to local list */
4151 tmp = 0; 4151 tmp = 0;
4152 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) { 4152 for (curitem=sess->ssi.local; curitem; curitem=curitem->next) {
4153 switch (curitem->type) { 4153 switch (curitem->type) {