Changeset ac36463 for protocols/twitter


Ignore:
Timestamp:
2012-01-10T15:13:18Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
441b9dd
Parents:
7615726
Message:

Return, don't try to flush the timeline on a broken connection. This likely
fixes #888/#891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    r7615726 rac36463  
    890890                imcb_error(ic, "Authentication failure");
    891891                imc_logout(ic, FALSE);
    892                 goto end;
     892                return;
    893893        } else {
    894894                // It didn't go well, output the error and return.
     
    942942                imcb_error(ic, "Authentication failure");
    943943                imc_logout(ic, FALSE);
    944                 goto end;
     944                return;
    945945        } else {
    946946                // It didn't go well, output the error and return.
Note: See TracChangeset for help on using the changeset viewer.