]> granicus.if.org Git - curl/commit
smb: don't mark it done in smb_do
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Aug 2018 11:06:21 +0000 (13:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Aug 2018 13:52:52 +0000 (15:52 +0200)
commit45d45275e1f7b764839333ba374bd695d258f43b
treecae0866581e58954fa2339e2509373020f652b77
parent276644ca1682fbd78f0acf3368865aee38d5aa48
smb: don't mark it done in smb_do

Follow-up to 09e401e01bf9. The SMB protocol handler needs to use its
doing function too, which requires smb_do() to not mark itself as
done...

Closes #2822
lib/smb.c