diff options
Diffstat (limited to 'weed/replication/replicator.go')
| -rw-r--r-- | weed/replication/replicator.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/replication/replicator.go b/weed/replication/replicator.go index 4f5d5203e..add7f5e2b 100644 --- a/weed/replication/replicator.go +++ b/weed/replication/replicator.go @@ -30,6 +30,8 @@ func NewReplicator(sourceConfig, sinkConfig util.Configuration) *Replicator { } } + sink.SetSourceFiler(source) + return &Replicator{ sink: sink, source: source, |
