commit 2036341639615844e9bb9f884de01c6b8138ce3f
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Nov 4 12:36:27 2012 +0100

    fix TrashRemoteNew copy result processing direction
    
    62b375f fixed the direction of the copy operation, but in turn messed up
    the accounting.

 src/sync.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/sync.c b/src/sync.c
index aea9c7e..e865bdb 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -1612,6 +1612,7 @@ msg_rtrashed( int sts, int uid, copy_vars_t *vars )
                return;
        }
        free( vars );
+       t ^= 1;
        svars->trash_done[t]++;
        stats( svars );
        sync_close( svars, t );

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to