Author: marek Date: 2009-09-09 15:12:08 +0000 (Wed, 09 Sep 2009) New Revision: 1431
Modified: trunk/batctl/bisect.c Log: [batctl] fix regression that came with r1428
Modified: trunk/batctl/bisect.c =================================================================== --- trunk/batctl/bisect.c 2009-09-09 15:07:56 UTC (rev 1430) +++ trunk/batctl/bisect.c 2009-09-09 15:12:08 UTC (rev 1431) @@ -817,7 +817,7 @@ continue;
if ((seqno_max != -1) && (seqno_event->seqno > seqno_max)) - break; + continue;
res = seqno_trace_add(&trace_list, bat_node, seqno_event);