aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-sipe/files/patch-src-sipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/pidgin-sipe/files/patch-src-sipe.c')
-rw-r--r--net-im/pidgin-sipe/files/patch-src-sipe.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-im/pidgin-sipe/files/patch-src-sipe.c b/net-im/pidgin-sipe/files/patch-src-sipe.c
new file mode 100644
index 000000000000..d2ea4063c73c
--- /dev/null
+++ b/net-im/pidgin-sipe/files/patch-src-sipe.c
@@ -0,0 +1,19 @@
+*** src/sipe.c.orig Thu Jul 2 11:08:31 2009
+--- src/sipe.c Thu Jul 2 11:11:56 2009
+***************
+*** 2886,2892 ****
+ while (tmp) {
+ struct transaction *trans = tmp->data;
+ tmp = tmp->next;
+! purple_debug_info("sipe", "have open transaction age: %ld\n", currtime-trans->time);
+ if ((currtime - trans->time > 5) && trans->retries >= 1) {
+ /* TODO 408 */
+ } else {
+--- 2886,2892 ----
+ while (tmp) {
+ struct transaction *trans = tmp->data;
+ tmp = tmp->next;
+! purple_debug_info("sipe", "have open transaction age: %ld\n", (long int)currtime-trans->time);
+ if ((currtime - trans->time > 5) && trans->retries >= 1) {
+ /* TODO 408 */
+ } else {