mirror of https://github.com/apache/cloudstack.git
bug 12612: fix typo.
This commit is contained in:
parent
dcccd4a278
commit
eb2cfdc041
|
|
@ -966,7 +966,7 @@
|
|||
if(services != null) {
|
||||
for(var i=0; i < services.length; i++) {
|
||||
var service = services[i];
|
||||
if(service.name == "sourceNAT")
|
||||
if(service.name == "SourceNat")
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue