Correcting the case for secondary storage limit

This commit is contained in:
Pranav Saxena 2013-04-26 14:18:40 +05:30
parent c65ad6b8e8
commit 3a9001bfb6
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@
case "10":
domainObj["primaryStorageLimit"] = limit.max;
break;
case "7":
case "11":
domainObj["secondaryStorageLimit"] = limit.max;
break;
}