Changeset 3002 for box/trunk/lib


Ignore:
Timestamp:
29/09/2011 09:50:52 (8 months ago)
Author:
chris
Message:

Flush stream after restore fails, thanks to Sune Molgaard for reporting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupclient/BackupClientRestore.cpp

    r2983 r3002  
    570570                                        { 
    571571                                                Params.ContinuedAfterError = true; 
     572                                                // ensure that protocol remains usable 
     573                                                objectStream->Flush(); 
    572574                                        } 
    573575                                        else 
Note: See TracChangeset for help on using the changeset viewer.