]> git.ipfire.org Git - thirdparty/krb5.git/commit
End connection on KDC_ERR_SVC_UNAVAILABLE
authorGreg Hudson <ghudson@mit.edu>
Fri, 27 Oct 2023 04:44:53 +0000 (00:44 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 30 Oct 2023 21:49:07 +0000 (17:49 -0400)
commitca80f64c786341d5871ae1de18142e62af64f7b9
tree558b06c92166c18c07d2338a19abeed1638bd62d
parent6c5471176f5266564fbc8a7e02f03b4b042202f8
End connection on KDC_ERR_SVC_UNAVAILABLE

In sendto_kdc.c:service_fds(), if a message handler indicates that a
message should be discarded, kill the connection so we don't continue
waiting on it for more data.

ticket: 7899
src/lib/krb5/os/sendto_kdc.c