View | Details | Raw Unified | Return to bug 186551
Collapse All | Expand All

(-)files/patch-native--common--jk_status.c (+11 lines)
Line 0 Link Here
1
--- native/common/jk_status.c.ori	2014-02-07 14:08:44.000000000 -0700
2
+++ native/common/jk_status.c	2014-02-07 14:09:05.000000000 -0700
3
@@ -3647,7 +3647,7 @@
4
                 }
5
             }
6
             if (sync_needed == JK_TRUE) {
7
-                wr->sequence = 0;
8
+                wr->sequence = -1;
9
                 if (!rc)
10
                     rc = 3;
11
             }

Return to bug 186551