mirror of
https://github.com/apache/cloudstack
synced 2026-08-31 17:13:53 +00:00
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
Block a user