| 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); |