commit 7352365c8d267ce67d87506fc6c7b27e0675b48c
Author: Oswald Buddenhagen <[email protected]>
Date: Thu May 9 18:51:24 2013 +0200
don't unnecessarily use continue
src/sync.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/sync.c b/src/sync.c
index da30625..c8b3424 100644
--- a/src/sync.c
+++ b/src/sync.c
@@ -1211,10 +1211,10 @@ box_loaded( int sts, void *aux )
} else {
if (tmsg->srec) {
debug( " -> not %sing
- still too big\n", str_hl[t] );
- continue;
+ } else {
+ debug( " -> not %sing
- too big\n", str_hl[t] );
+ msg_copied_p2( svars,
srec, t, tmsg, -1 );
}
- debug( " -> not %sing - too
big\n", str_hl[t] );
- msg_copied_p2( svars, srec, t,
tmsg, -1 );
}
}
}
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel