Changeset 2142


Ignore:
Timestamp:
Feb 17, 2009, 2:49:27 AM (15 years ago)
Author:
iannucci
Message:

Fixed another stupid bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-database/python/database/owner.py

    r2135 r2142  
    5656        else:
    5757            quota_total = MAX_VMS_TOTAL
    58             quota_single = MAX_VMS_ACTIVE
     58            quota_active = MAX_VMS_ACTIVE
    5959        return (quota_total, quota_active)
    6060    getVMQuotas = staticmethod(getVMQuotas)
Note: See TracChangeset for help on using the changeset viewer.