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/bin/bbackupd/BackupDaemon.cpp

    r2658 r2716  
    744744                conf.GetKeyValue("StoreHostname"), 
    745745                conf.GetKeyValueInt("StorePort"), 
    746                 conf.GetKeyValueInt("AccountNumber"),  
     746                conf.GetKeyValueUint32("AccountNumber"),  
    747747                conf.GetKeyValueBool("ExtendedLogging"), 
    748748                conf.KeyExists("ExtendedLogFile"), 
Note: See TracChangeset for help on using the changeset viewer.