diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-03-20 12:26:52 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-03-20 12:26:52 +0000 |
commit | 7d8df3859347c83a347c3c771a3bd438e17a3d44 (patch) | |
tree | 7750a9299feb7e8dafdba79f5755160933fc554f /main/bitlbee/01-twitter.patch | |
parent | b06fd02ab6d73b7167cdafbb3d2623afacdb1303 (diff) | |
parent | 01a790374524c25b6730fd48ae70bb6c31a65361 (diff) | |
download | aports-7d8df3859347c83a347c3c771a3bd438e17a3d44.tar.bz2 aports-7d8df3859347c83a347c3c771a3bd438e17a3d44.tar.xz |
Merge git://dev.alpinelinux.org/aports
Diffstat (limited to 'main/bitlbee/01-twitter.patch')
-rw-r--r-- | main/bitlbee/01-twitter.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/bitlbee/01-twitter.patch b/main/bitlbee/01-twitter.patch deleted file mode 100644 index 3e8a22ed0f..0000000000 --- a/main/bitlbee/01-twitter.patch +++ /dev/null @@ -1,26 +0,0 @@ -=== modified file 'protocols/twitter/twitter_lib.c' ---- protocols/twitter/twitter_lib.c 2011-12-26 18:17:51 +0000 -+++ protocols/twitter/twitter_lib.c 2012-01-10 23:36:29 +0000 -@@ -886,10 +886,6 @@ - td->http_fails = 0; - if (!(ic->flags & OPT_LOGGED_IN)) - imcb_connected(ic); -- } else if (req->status_code == 401) { -- imcb_error(ic, "Authentication failure"); -- imc_logout(ic, FALSE); -- goto end; - } else { - // It didn't go well, output the error and return. - if (++td->http_fails >= 5) -@@ -938,10 +934,6 @@ - td->http_fails = 0; - if (!(ic->flags & OPT_LOGGED_IN)) - imcb_connected(ic); -- } else if (req->status_code == 401) { -- imcb_error(ic, "Authentication failure"); -- imc_logout(ic, FALSE); -- goto end; - } else { - // It didn't go well, output the error and return. - if (++td->http_fails >= 5) - |