summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-31 22:15:09 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-31 22:15:09 +0000
commit6737cc23c9b9cd71060b06f41283dca9549898ef (patch)
tree3ee0c11601c72539c1279733a0c2d95646cb2564
parent0ed31fe9c03c894be162974e3c7139f5c0f7f040 (diff)
* lib/backupclient/BackupStoreFile.cpp
- Revert to trunk
-rw-r--r--lib/backupclient/BackupStoreFile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/backupclient/BackupStoreFile.cpp b/lib/backupclient/BackupStoreFile.cpp
index 278bf50a..f5a55207 100644
--- a/lib/backupclient/BackupStoreFile.cpp
+++ b/lib/backupclient/BackupStoreFile.cpp
@@ -289,8 +289,6 @@ void BackupStoreFile::DecodeFile(IOStream &rEncodedFile, const char *DecodedFile
// Copy it out to the file
stream->CopyStreamTo(out);
}
-
- out.Close();
// Write the attributes
stream->GetAttributes().WriteAttributes(DecodedFilename);