commit 5bbb4401c7304f7d61933d7ab86b5c54cd1165d5
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Nov 2 15:04:03 2013 +0100
remove assumption about value of M constant
src/sync.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/sync.c b/src/sync.c
index c51603c..20b5c66 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -1275,7 +1275,7 @@ box_loaded( int sts, void *aux )
/* a) & b.3) / c.3) */
if (svars->chan->ops[t] & OP_FLAGS) {
sflags = srec->msg[1-t]->flags;
- if ((srec->status &
(S_EXPIRE|S_EXPIRED)) && !t)
+ if ((srec->status &
(S_EXPIRE|S_EXPIRED)) && (t == M))
sflags &= ~F_DELETED;
srec->aflags[t] = sflags &
~srec->flags;
srec->dflags[t] = ~sflags &
srec->flags;
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel