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

smb: fix incorrect path in request if connection reused #3388

Closed
wants to merge 1 commit into from

Conversation

uzakmat
Copy link
Contributor

@uzakmat uzakmat commented Dec 18, 2018

Follow-up to 09e401e. If connection gets reused, then data
member will be copied, but not the proto member. As a result, in
smb_do(), path has been set from the original proto.share data.

Follow-up to 09e401e.  If connection gets reused, then data
member will be copied, but not the proto member.  As a result, in
smb_do(), path has been set from the original proto.share data.
@bagder
Copy link
Member

bagder commented Dec 19, 2018

Thanks!

@bagder bagder closed this in 462037a Dec 19, 2018
@uzakmat uzakmat deleted the smb-develop branch December 19, 2018 10:26
@lock lock bot locked as resolved and limited conversation to collaborators Mar 19, 2019
@bagder bagder added the SMB label May 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants