Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance FileAccessError on a parent detection. #411

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

herve-er
Copy link
Contributor

No description provided.

@herve-er herve-er added this to the 3.6.8 milestone Nov 27, 2024
@herve-er herve-er self-assigned this Nov 27, 2024
@herve-er herve-er marked this pull request as ready for review November 28, 2024 08:44
@herve-er herve-er requested a review from a team as a code owner November 28, 2024 08:44
@herve-er herve-er marked this pull request as draft November 28, 2024 08:44
@herve-er herve-er marked this pull request as ready for review November 28, 2024 12:33
correspondingNodeId = snapshot(ReplicaSide::Remote)->itemId(relativePath);
if (bool found; correspondingNodeId.empty() &&
!_syncDb->correspondingNodeId(ReplicaSide::Local, localNodeId, correspondingNodeId, found)) {
NodeId remoteNodeId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
NodeId remoteNodeId;
NodeId remoteNodeId = snapshot(ReplicaSide::Remote)->itemId(relativePath);

Copy link

sonarcloud bot commented Nov 29, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants