diff options
Diffstat (limited to 'libtrivfs/handle-port.c')
-rw-r--r-- | libtrivfs/handle-port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/handle-port.c b/libtrivfs/handle-port.c index 397e1523..6b96fb72 100644 --- a/libtrivfs/handle-port.c +++ b/libtrivfs/handle-port.c @@ -26,6 +26,6 @@ trivfs_handle_port (mach_port_t realnode, cntl = ports_allocate_port (sizeof (struct trivfs_control), cntltype); cntl->underlying = realnode; - cntl->protidtypes = protidtype + cntl->protidtypes = protidtype; return ports_get_right (cntl); } |