]> git.ipfire.org Git - thirdparty/curl.git/commit
openldap: set the callback argument in oldap_do
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Oct 2023 22:04:28 +0000 (00:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Oct 2023 12:42:25 +0000 (14:42 +0200)
commit3afbe0603d8a8d39d0bb20eec7bf3e5a62c36942
tree3c085fb574619d0a2576ebd2e387563fff0e287b
parent9cf47593542c6f5fb09e5c2651a56706e953d87d
openldap: set the callback argument in oldap_do

... to make sure it has the current 'data' pointer and not a stale old
one.

Reported-by: Dan Fandrich
Closes #12166
lib/openldap.c