Author: marek Date: 2009-10-26 19:17:52 +0000 (Mon, 26 Oct 2009) New Revision: 1458
Modified: trunk/batctl/bisect.c Log: [batctl] fix endless loop in bisect
Modified: trunk/batctl/bisect.c =================================================================== --- trunk/batctl/bisect.c 2009-10-25 00:28:45 UTC (rev 1457) +++ trunk/batctl/bisect.c 2009-10-26 19:17:52 UTC (rev 1458) @@ -665,7 +665,7 @@
/* same here */ if (list_empty(&orig_event->rt_hist_list)) - continue; + goto out;
/* we are running in a loop */ if (memcmp(curr_loop_magic, next_hop_tmp->loop_magic, LOOP_MAGIC_LEN) == 0) {