CLOUDSTACK-6923: Fixed issue in lbsticlbsticlbrule with lbrule id

(cherry picked from commit a195e50ae7)
This commit is contained in:
Jayapal 2014-06-24 10:35:34 +05:30 committed by Daan Hoogland
parent 6b8b7b82f4
commit 861eff98d0
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class ListLBStickinessPoliciesCmd extends BaseListCmd {
}
}
if (lbRuleId != null && lb != null) {
if (lbRuleId != null && lb == null) {
lb = _lbService.findById(getLbRuleId());
}