mirror of https://github.com/apache/cloudstack.git
bug 6522: ensure destroyed routers are not picked up
status 6522: resolved fixed
This commit is contained in:
parent
8cd2289ef3
commit
a26072239f
|
|
@ -292,6 +292,6 @@ public class DomainRouterDaoImpl extends GenericDaoBase<DomainRouterVO, Long> im
|
|||
public List<DomainRouterVO> listByVlanDbId(Long vlanDbId) {
|
||||
SearchCriteria sc = VlanDbIdSearch.create();
|
||||
sc.setParameters("vlanDbId", vlanDbId);
|
||||
return listBy(sc);
|
||||
return listActiveBy(sc);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue