Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-8.12.x' into candidate…
Browse files Browse the repository at this point in the history
…-9.0.x

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Jan 4, 2024
2 parents 0283974 + 6034ad3 commit a57cd7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dali/ft/filecopy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,8 @@ void FileSprayer::updateTargetProperties()
ForEach(*iter)
{
const char *aname = iter->query().queryName();
if (stricmp(aname, "Protect") != 0)
if (!(strieq(aname, "Protect")||
strieq(aname, "_remoteStoragePlane")))
curProps.addPropTree(aname, createPTreeFromIPT(&iter->query()));
}

Expand Down

0 comments on commit a57cd7e

Please sign in to comment.