diff --git a/job/replication/transfer.go b/job/replication/transfer.go index 349026f4d..dd2fba546 100644 --- a/job/replication/transfer.go +++ b/job/replication/transfer.go @@ -90,6 +90,7 @@ func InitBaseHandler(repository, srcURL, srcSecret, dstURL: dstURL, dstUsr: dstUsr, dstPwd: dstPwd, + insecure: insecure, blobsExistence: make(map[string]bool, 10), logger: logger, }