Skip to content

Commit dbb223e

Browse files
author
Alena Prokharchyk
committed
Fixed applyLbRules for Netscaler.
1 parent bfc5887 commit dbb223e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/network-elements/netscaler/src/com/cloud/network/element/NetscalerElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public boolean applyLBRules(Network config, List<LoadBalancingRule> rules) throw
240240
return false;
241241
}
242242

243-
if (canHandleLbRules(rules)) {
243+
if (!canHandleLbRules(rules)) {
244244
return false;
245245
}
246246

0 commit comments

Comments
 (0)