Skip to content

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

Closed
uzakmat wants to merge 1 commit intocurl:masterfrom
uzakmat:smb-develop
Closed

smb: fix incorrect path in request if connection reused#3388
uzakmat wants to merge 1 commit intocurl:masterfrom
uzakmat:smb-develop

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.

2 participants

Comments