- Timestamp:
- 2012-01-10T23:36:29Z (13 years ago)
- Branches:
- master
- Children:
- 7c2daf5f, 948abab, e618d85
- Parents:
- ac36463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
rac36463 r441b9dd 887 887 if (!(ic->flags & OPT_LOGGED_IN)) 888 888 imcb_connected(ic); 889 } else if (req->status_code == 401) {890 imcb_error(ic, "Authentication failure");891 imc_logout(ic, FALSE);892 return;893 889 } else { 894 890 // It didn't go well, output the error and return. … … 939 935 if (!(ic->flags & OPT_LOGGED_IN)) 940 936 imcb_connected(ic); 941 } else if (req->status_code == 401) {942 imcb_error(ic, "Authentication failure");943 imc_logout(ic, FALSE);944 return;945 937 } else { 946 938 // It didn't go well, output the error and return.
Note: See TracChangeset
for help on using the changeset viewer.