mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01: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…
x
Reference in New Issue
Block a user