mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
added source patch to copydstdone
This commit is contained in:
parent
ea9738950d
commit
b2215181e7
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ func copySrcSubProcFunc(proc process, cia copyInitialData, cancel context.Cancel
|
|||
resendRetries++
|
||||
|
||||
case copyDstDone:
|
||||
d := fmt.Sprintf("copyDstDone,%v,%v", cia.DstDir, cia.DstFile)
|
||||
d := fmt.Sprintf("copyDstDone,%v,%v", cia.SrcFilePath, filepath.Join(cia.DstDir, cia.DstFile))
|
||||
newReplyMessage(proc, msgForSubReplies, []byte(d))
|
||||
|
||||
cancel()
|
||||
|
|
Loading…
Reference in a new issue