mirror of
https://github.com/apache/cloudstack
synced 2026-08-06 18:51:34 +00:00
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
Block a user