runcoms2.c: update for dbs after remcirc

This commit is contained in:
h_vogt 2013-03-05 20:14:28 +01:00 committed by rlar
parent 7a83423685
commit 4865f7c2af
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}
}