Welcome to mirror list, hosted at ThFree Co, Russian Federation.

18-fix-thrift-stop-failure.patch « patches - github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8af8e4221cb02ad20f5898426a10bd0418aa348 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/libpurple/protocols/facebook/api.c
+++ b/libpurple/protocols/facebook/api.c
@@ -1847,7 +1847,7 @@
 		fb_util_debug_info("Presence: %" FB_ID_FORMAT " (%d)",
 		                   i64, i32 != 0);
 
-		while (id <= 5) {
+		while (id <= 6) {
 			if (fb_thrift_read_isstop(thft)) {
 				break;
 			}