CLOUDSTACK-2629: ListRouters with networkid throws exception.

This commit is contained in:
Min Chen 2013-05-22 15:27:04 -07:00
parent c7976b6685
commit 19321d4eeb
1 changed files with 1 additions and 1 deletions

View File

@ -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) {