Skip to content
Unverified Commit 462037ad authored by Matus Uzak's avatar Matus Uzak Committed by Daniel Stenberg
Browse files

smb: fix incorrect path in request if connection reused

Follow-up to 09e401e0.  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.

Closes #3388
parent 48492671
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment