mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6923: Fixed issue in lbsticlbsticlbrule with lbrule id
This commit is contained in:
parent
d3ffb7a565
commit
5da2e9828d
|
|
@ -107,7 +107,7 @@ public class ListLBStickinessPoliciesCmd extends BaseListCmd {
|
|||
}
|
||||
}
|
||||
|
||||
if (lbRuleId != null && lb != null) {
|
||||
if (lbRuleId != null && lb == null) {
|
||||
lb = _lbService.findById(getLbRuleId());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue