commit 887b2205ffc8c1c38346a30ec7e98c424064e273
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Thu Mar 30 19:57:57 2017 +0200

    remove nonsensical statement from journal replay of aborted entries
    
    at this stage, entries cannot possibly have messages assigned to them,
    so trying to unlink them makes no sense.
    
    amends b1842617.

 src/sync.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/sync.c b/src/sync.c
index 478ae05..048b4a0 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -877,8 +877,6 @@ load_state( sync_vars_t *svars )
                                        switch (c) {
                                        case '-':
                                                debug( "killed\n" );
-                                               if (srec->msg[M])
-                                                       srec->msg[M]->srec = 0;
                                                srec->status = S_DEAD;
                                                break;
                                        case '#':

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to