Index: netmap.c =================================================================== --- netmap.c (revision 19642) +++ netmap.c (revision 19643) @@ -69,6 +69,9 @@ pcb_netmap_t *map = ctx; map->curr_net = NULL; + if (obj->term != NULL) + map->curr_net = pcb_netlist_find_net4term(pcb, obj); + if (htpp_get(&map->o2n, obj) != NULL) return;