mirror of https://github.com/apache/cloudstack.git
CS-16039 : Enabling/Disabling of Zone results in localstorageenabled flag to be reset to false.
Updated get method to retuen null if no value specified for localstorageenabled in UpdateZone command. Reviewed-by: Abhi
This commit is contained in:
parent
ad6ac9b449
commit
652bc1bd6d
|
|
@ -139,9 +139,6 @@ public class UpdateZoneCmd extends BaseCmd {
|
|||
}
|
||||
|
||||
public Boolean getLocalStorageEnabled() {
|
||||
if (localStorageEnabled == null) {
|
||||
return false;
|
||||
}
|
||||
return localStorageEnabled;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue