Changeset 84c1a0a for protocols/oscar
- Timestamp:
- 2006-03-15T19:19:16Z (19 years ago)
- Branches:
- master
- Children:
- 8ba511d
- Parents:
- 58f3136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
r58f3136 r84c1a0a 356 356 if (isdigit(*user->username)) { 357 357 odata->icq = TRUE; 358 /* this is odd but it's necessary for a proper do_import and do_export */ 358 /* This is odd but it's necessary for a proper do_import and do_export. 359 We don't do those anymore, but let's stick with it, just in case 360 it accidentally fixes something else too... */ 359 361 gc->password[8] = 0; 360 362 } else { … … 1737 1739 odata->rights.maxdenies = (guint)maxdenies; 1738 1740 1739 // serv_finish_login(gc);1740 1741 if (bud_list_cache_exists(gc))1742 do_import(gc, NULL);1743 1744 1741 aim_clientready(sess, fr->conn); 1745 1742 … … 2096 2093 } /* End of for loop */ 2097 2094 2098 if (tmp)2099 do_export(gc);2100 2095 aim_ssi_enable(sess, fr->conn); 2101 2096
Note: See TracChangeset
for help on using the changeset viewer.