commit 6093cfb583da3a8410ef3d85de992e3151496c0b
Author: Oswald Buddenhagen <[email protected]>
Date:   Sat Nov 9 11:41:59 2013 +0100

    remove pointless assignment
    
    we already know that tmsg->srec is null at this point.

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

diff --git a/src/sync.c b/src/sync.c
index 35eed72..305ed55 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -1086,7 +1086,6 @@ box_loaded( int sts, void *aux )
                        if (++idx == hashsz)
                                idx = 0;
                }
-               tmsg->srec = 0;
                debug( "new\n" );
                continue;
          found:

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to