Correct root path setting in pclerk

This commit is contained in:
martinsumner 2017-03-09 21:32:36 +00:00
parent 4c59342600
commit bfcf981485

View file

@ -151,8 +151,8 @@ merge(SrcLevel, Manifest, RootPath) ->
Src),
{Man0, []};
_ ->
RootPath = leveled_penciller:sst_rootpath(RootPath),
perform_merge(Manifest, Src, SinkList, SrcLevel, RootPath, NewSQN)
SST_RP = leveled_penciller:sst_rootpath(RootPath),
perform_merge(Manifest, Src, SinkList, SrcLevel, SST_RP, NewSQN)
end.
notify_deletions([], _Penciller) ->