mirror of https://github.com/apache/cloudstack.git
fix typo
This commit is contained in:
parent
adbd20ca5a
commit
2f284d92b5
|
|
@ -116,8 +116,7 @@ public class CreateZoneCmd extends BaseCmd {
|
|||
}
|
||||
|
||||
public boolean isSecurityGroupEnabled() {
|
||||
return true;
|
||||
//return is_security_group_enabled == null ? false : true;
|
||||
return is_security_group_enabled == null ? false : true;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue