mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fixed applyLbRules for Netscaler.
This commit is contained in:
parent
bfc5887a1b
commit
dbb223e4de
@ -240,7 +240,7 @@ public class NetscalerElement extends ExternalLoadBalancerDeviceManagerImpl impl
|
||||
return false;
|
||||
}
|
||||
|
||||
if (canHandleLbRules(rules)) {
|
||||
if (!canHandleLbRules(rules)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user