aboutsummaryrefslogtreecommitdiff
path: root/kdc/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'kdc/connect.c')
-rw-r--r--kdc/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdc/connect.c b/kdc/connect.c
index 7b45103f6b7a..85e822c9496d 100644
--- a/kdc/connect.c
+++ b/kdc/connect.c
@@ -1132,7 +1132,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