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), Src),
{Man0, []}; {Man0, []};
_ -> _ ->
RootPath = leveled_penciller:sst_rootpath(RootPath), SST_RP = leveled_penciller:sst_rootpath(RootPath),
perform_merge(Manifest, Src, SinkList, SrcLevel, RootPath, NewSQN) perform_merge(Manifest, Src, SinkList, SrcLevel, SST_RP, NewSQN)
end. end.
notify_deletions([], _Penciller) -> notify_deletions([], _Penciller) ->