]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS #9417 ldapexop exit with correct rc value
authorDing Fei <fei.ding@ustchcs.com>
Fri, 4 Dec 2020 03:11:04 +0000 (11:11 +0800)
committerDing Fei <fei.ding@ustchcs.com>
Fri, 4 Dec 2020 12:00:47 +0000 (20:00 +0800)
commit66254781d2be99ea17bc3cf496496c312ce87f69
treed4240360ac233cd01f470259c394580af0a4c47a
parent0b501e6c1fa738862494a85023fad65d63364e5c
ITS #9417 ldapexop exit with correct rc value

`rc` collects exit status all the way down but is not used at all? If `code`
comparison at exit is intended then there exists some path that leaves it in
garbage value, say when `ldap_whoami` or `ldap_cancel` fails.
clients/tools/ldapexop.c