Index: trunk/src_plugins/autoroute/autoroute.c =================================================================== --- trunk/src_plugins/autoroute/autoroute.c (revision 21883) +++ trunk/src_plugins/autoroute/autoroute.c (revision 21884) @@ -1037,7 +1037,8 @@ * this saves on searching the trees to find the nets */ /* use the PCB_FLAG_DRC to mark objects as they are entered */ - pcb_reset_conns(pcb_false); + TODO("find: remove this when the old find code is removed - gather_subnets() doesn't need it"); + pcb_data_clear_flag(PCB->Data, PCB_FLAG_DRC, 0, 0); Nets = pcb_rat_collect_subnets(pcb_false); { routebox_t *last_net = NULL;