]> granicus.if.org Git - curl/commit
smb: fix incorrect path in request if connection reused
authorMatus Uzak <matus.uzak@gmail.com>
Tue, 18 Dec 2018 21:28:20 +0000 (22:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Dec 2018 08:52:36 +0000 (09:52 +0100)
commit462037ad487c0457451e66afd0cb50a9f70c0c28
tree82032c33066796a3a6eb6e24b1acc68b5f9eb097
parent4849267197682e69cfa056c2bd7a44acd123a917
smb: fix incorrect path in request if connection reused

Follow-up to 09e401e01bf9.  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
lib/smb.c