mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6923: Fixed issue in lbsticlbsticlbrule with lbrule id
(cherry picked from commit a195e50ae7)
This commit is contained in:
parent
6b8b7b82f4
commit
861eff98d0
|
|
@ -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