of PF_LOCAL
This commit is contained in:
Quanah Gibson-Mount
2017-08-08 13:50:35 -07:00
committed by Nico Williams
parent 2548b3b8aa
commit e7879208e4

View File

@@ -1134,7 +1134,7 @@ start_kdc(krb5_context context,
* on their end and be able to cleanly exit.
*/
if (socketpair(PF_LOCAL, SOCK_STREAM, 0, islive) == -1)
if (socketpair(PF_UNIX, SOCK_STREAM, 0, islive) == -1)
krb5_errx(context, 1, "socketpair");
socket_set_nonblocking(islive[1], 1);
#endif