summaryrefslogtreecommitdiff
path: root/pflocal/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pflocal/pf.c')
-rw-r--r--pflocal/pf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/pf.c b/pflocal/pf.c
index 20af3289..cf977c27 100644
--- a/pflocal/pf.c
+++ b/pflocal/pf.c
@@ -47,7 +47,7 @@ S_socket_create (mach_port_t pf,
case SOCK_DGRAM:
pipe_class = dgram_pipe_class; break;
case SOCK_SEQPACKET:
- pipe_class = seqpacket_pipe_class; break;
+ pipe_class = seqpack_pipe_class; break;
default:
return ESOCKTNOSUPPORT;
}