Ignore:
Timestamp:
27/08/2010 19:33:13 (21 months ago)
Author:
chris
Message:

Add support for account numbers greater than 0x7fffffff without
wrapping. (merges [2696] from trunk).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11/lib/backupclient/BackupDaemonConfigVerify.cpp

    r2302 r2716  
    6666{ 
    6767        ConfigurationVerifyKey("AccountNumber", 
    68                 ConfigTest_Exists | ConfigTest_IsInt), 
     68                ConfigTest_Exists | ConfigTest_IsUint32), 
    6969        ConfigurationVerifyKey("UpdateStoreInterval", 
    7070                ConfigTest_Exists | ConfigTest_IsInt), 
Note: See TracChangeset for help on using the changeset viewer.