]> git.ipfire.org Git - thirdparty/krb5.git/commit
Properly handle EOF condition on libkrad sockets 547/head
authorNathaniel McCallum <npmccallum@redhat.com>
Fri, 30 Sep 2016 14:03:33 +0000 (10:03 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 30 Sep 2016 16:36:29 +0000 (12:36 -0400)
commit248497427d5a45225817b6c22e9224e8ad969872
tree737a4b8ef2295f3113bea0aa212d8602429463dd
parentf648205247da436893dae97dd7949053da927af4
Properly handle EOF condition on libkrad sockets

In the previous code, when the remote peer performed an orderly shutdown
on the socket, libkrad would enter a state in which all future requests
timed out.  Instead, if the peer shuts down its socket, we need to
attempt to reopen it.

ticket: 8504 (new)
target_version: 1.14-next
tags: pullup
src/lib/krad/remote.c