mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2629: ListRouters with networkid throws exception.
This commit is contained in:
parent
c7976b6685
commit
19321d4eeb
|
|
@ -1095,7 +1095,7 @@ public class QueryManagerImpl extends ManagerBase implements QueryService {
|
|||
}
|
||||
|
||||
if (networkId != null) {
|
||||
sc.setJoinParameters("nicSearch", "networkId", networkId);
|
||||
sc.setParameters("networkId", networkId);
|
||||
}
|
||||
|
||||
if (vpcId != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue