Skip to content

Commit

Permalink
#88 clean up put status initial file callback
Browse files Browse the repository at this point in the history
  • Loading branch information
mconway committed Apr 15, 2015
1 parent 7ceb711 commit 6bd2063
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -920,9 +920,8 @@ void processPutOfSingleFile(
TransferStatus status = TransferStatus.instance(
TransferType.PUT, sourceFile.getAbsolutePath(),
targetFileAsFile.getAbsolutePath(), targetFileAsFile
.getResource(), sourceFile.length(), sourceFile
.length(), transferControlBlock
.getTotalFilesTransferredSoFar(),
.getResource(), sourceFile.length(), 0,
transferControlBlock.getTotalFilesTransferredSoFar(),
transferControlBlock.getTotalFilesSkippedSoFar(),
transferControlBlock.getTotalFilesToTransfer(),
TransferState.IN_PROGRESS_START_FILE, dataObjectAO
Expand Down

0 comments on commit 6bd2063

Please sign in to comment.