Browse Source

runcoms2.c: update for dbs after remcirc

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
4865f7c2af
  1. 4
      src/frontend/runcoms2.c

4
src/frontend/runcoms2.c

@ -250,6 +250,8 @@ com_remcirc(wordlist *wl)
/* make first entry in ft_circuits the actual circuit (or NULL) */
ft_curckt = ft_circuits;
if (ft_curckt)
if (ft_curckt) {
modtab = ft_curckt->ci_modtab;
dbs = ft_curckt->ci_dbs;
}
}
Loading…
Cancel
Save