Remove workaround when pktinfo is unsupported Currently if the system doesn't support pktinfo and kadmind or krb5kdc are binding to a UDP address, then the net server binds to all the local addresses. Currently most systems support pktinfo, so the workaround isn't really required anymore. Removing the workaround will only affect systems that don't have pktinfo support, have multiple NICs, and are listening on a wildcard address. https://github.com/krb5/krb5/commit/af5b77c887bfff24603715f8296c00d5eb839b0c Author: Sarah Day Committer: Greg Hudson Commit: af5b77c887bfff24603715f8296c00d5eb839b0c Branch: master src/include/net-server.h | 2 - src/kadmin/server/ovsec_kadmd.c | 3 - src/kdc/main.c | 12 -- src/lib/apputils/net-server.c | 237 ++++----------------------------------- 4 files changed, 23 insertions(+), 231 deletions(-)