[krbdev.mit.edu #8531] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Mon Jan 9 11:07:20 EST 2017
Fix KDC/kadmind startup on some IPv4-only systems
getaddrinfo(NULL, ...) may yield an IPv6 wildcard address on IPv4-only
systems, and creating a socket for that address may result in an
EAFNOSUPPORT error. Tolerate that error as long as we can bind at
least one socket for the address.
https://github.com/krb5/krb5/commit/04c2bb56f5203b296b24314810eca02f5dc7e491
Author: Greg Hudson <ghudson at mit.edu>
Commit: 04c2bb56f5203b296b24314810eca02f5dc7e491
Branch: master
src/lib/apputils/net-server.c | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
More information about the krb5-bugs
mailing list