]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use port-sockets.h macros in cc_kcm, sendto_kdc 859/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 15 Oct 2018 23:12:45 +0000 (19:12 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 17 Oct 2018 19:00:19 +0000 (15:00 -0400)
commit2aaf0e74805e295358627ac1e5d589d625d8e6b0
tree7c4343320c030b540f03f2c4ab32787713b9e21e
parent98bf22027bd6e746f456a671ca5e257ca4bd371e
Use port-sockets.h macros in cc_kcm, sendto_kdc

Use SOCKET_CONNECT in cc_kcm.c and sendto_kdc.c to prevent SIGPIPE on
BSD-like systems.  Use other port-sockets.h macros in cc_kcm.c in case
it is ever used on Windows.

ticket: 8753
src/lib/krb5/ccache/cc_kcm.c
src/lib/krb5/os/sendto_kdc.c