]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix error return case in serialization code
authorGreg Hudson <ghudson@mit.edu>
Mon, 9 Dec 2019 16:33:57 +0000 (11:33 -0500)
committerGreg Hudson <ghudson@mit.edu>
Sun, 5 Jan 2020 06:16:23 +0000 (01:16 -0500)
commit82d7ffb07c81aefeabf67c7c066070efbc34400b
treeac7f3462a29d5a800b5838575d1d20ad38f6626d
parentac8865a22138ab0c657208c41be8fd6bc7968148
Fix error return case in serialization code

One of the changes in commit 81e47875e3de0e52fbb11d61ef30a9406497af73
unintentionally caused the return value of profile_ser_externalize()
to be ignored.
src/lib/krb5/krb/ser_ctx.c