src/protocols/oscar/oscar.c

changeset 3000
09342e401f4f
parent 2998
358f3655b070
child 3001
9fc89391c8fa
equal deleted inserted replaced
2999:50cccb895314 3000:09342e401f4f
2766 debug_printf("ssi: syncing local list and server list\n"); 2766 debug_printf("ssi: syncing local list and server list\n");
2767 2767
2768 /* Delete the buddy list */ 2768 /* Delete the buddy list */
2769 if (odata->icq) { 2769 if (odata->icq) {
2770 aim_ssi_deletelist(sess, fr->conn); 2770 aim_ssi_deletelist(sess, fr->conn);
2771 return; 2771 return 1;
2772 } 2772 }
2773 2773
2774 /* Activate SSI */ 2774 /* Activate SSI */
2775 debug_printf("ssi: activating server-stored buddy list\n"); 2775 debug_printf("ssi: activating server-stored buddy list\n");
2776 aim_ssi_enable(sess, fr->conn); 2776 aim_ssi_enable(sess, fr->conn);

mercurial