Changeset 2302 for box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
- Timestamp:
- 26/09/2008 23:18:35 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupClientDirectoryRecord.cpp
r2301 r2302 1531 1531 rContext.UnManageDiffProcess(); 1532 1532 1533 if(e.GetType() == ConnectionException::ExceptionType && e.GetSubType() == ConnectionException::Protocol_UnexpectedReply) 1533 if(e.GetType() == ConnectionException::ExceptionType && 1534 e.GetSubType() == ConnectionException::Protocol_UnexpectedReply) 1534 1535 { 1535 1536 // Check and see what error the protocol has, … … 1542 1543 { 1543 1544 // The hard limit was exceeded on the server, notify! 1544 rParams.mrSysadminNotifier.NotifySysadmin(BackupDaemon::NotifyEvent_StoreFull); 1545 rParams.mrSysadminNotifier.NotifySysadmin( 1546 SysadminNotifier::StoreFull); 1545 1547 // return an error code instead of 1546 1548 // throwing an exception that we
Note: See TracChangeset
for help on using the changeset viewer.
