Skip to content

Commit a195e50

Browse files
author
Jayapal
committed
CLOUDSTACK-6923: Fixed issue in lbsticlbsticlbrule with lbrule id
1 parent 24401e0 commit a195e50

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)