Skip to content

Commit 5da2e98

Browse files
author
Jayapal
committed
CLOUDSTACK-6923: Fixed issue in lbsticlbsticlbrule with lbrule id
1 parent d3ffb7a commit 5da2e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/apache/cloudstack/api/command/user/loadbalancer/ListLBStickinessPoliciesCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void execute() {
107107
}
108108
}
109109

110-
if (lbRuleId != null && lb != null) {
110+
if (lbRuleId != null && lb == null) {
111111
lb = _lbService.findById(getLbRuleId());
112112
}
113113

0 commit comments

Comments
 (0)