mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-31 04:37:50 +00:00
commit
50ceb261ef
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ func (i *VarlinkAPI) SendFile(call iopodman.VarlinkCall, ftype string, length in
|
|||
|
||||
logrus.Debugf("successfully received %s", outputFile.Name())
|
||||
// Send an ACK to the client
|
||||
call.Call.Writer.WriteString(outputFile.Name())
|
||||
call.Call.Writer.WriteString(outputFile.Name() + ":")
|
||||
call.Call.Writer.Flush()
|
||||
return nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue