This commit is contained in:
Kovid Goyal
2023-07-24 11:43:46 +05:30
parent 6b5520f07a
commit dea9133e7a

View File

@@ -986,6 +986,7 @@ func receive_loop(opts *Options, spec []string, dest string) (err error, rc int)
handler := handler{
lp: lp, quit_after_write_code: -1, cli_opts: opts, spinner: tui.NewSpinner("dots"),
ctx: markup.New(true),
manager: manager{
request_id: random_id(), spec: spec, dest: dest, bypass: opts.PermissionsBypass, use_rsync: opts.TransmitDeltas,
failed_specs: make(map[int]string, len(spec)), spec_counts: make(map[int]int, len(spec)),