Changeset 2319
- Timestamp:
- 04/10/2008 00:23:30 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
r2315 r2319 949 949 if(!rContext.StorageLimitExceeded()) 950 950 { 951 // Upload the file to the server, recording the object ID it returns 952 bool noPreviousVersionOnServer = ((pDirOnStore != 0) && (en == 0)); 951 // Upload the file to the server, recording the 952 // object ID it returns 953 bool noPreviousVersionOnServer = 954 ((pDirOnStore != 0) && (en == 0)); 953 955 954 // Surround this in a try/catch block, to catch errrors, but still continue 956 // Surround this in a try/catch block, to 957 // catch errors, but still continue 955 958 bool uploadSuccess = false; 956 959 try 957 960 { 958 latestObjectID = UploadFile(rParams, filename, storeFilename, fileSize, modTime, attributesHash, noPreviousVersionOnServer); 961 latestObjectID = UploadFile(rParams, 962 filename, storeFilename, 963 fileSize, modTime, 964 attributesHash, 965 noPreviousVersionOnServer); 966 959 967 if (latestObjectID == 0) 960 968 {
Note: See TracChangeset
for help on using the changeset viewer.
