]> git.ipfire.org Git - thirdparty/curl.git/commit
share: don't set the share flag it something fails
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Jun 2020 08:16:32 +0000 (10:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Jun 2020 07:42:52 +0000 (09:42 +0200)
commit8b4e79677508a1119bcd2463f549aa97b7442f48
treed9635c21b8d2e71131ed8d940134062bbce1f6ec
parent38d4abf5103c1abbe0f409d342ebb4e71404b7e9
share: don't set the share flag it something fails

When asking for a specific feature to be shared in the share object,
that bit was previously set unconditionally even if the shared feature
failed or otherwise wouldn't work.

Closes #5554
lib/share.c