diff options
Diffstat (limited to 'ipc/ipc_space.h')
-rw-r--r-- | ipc/ipc_space.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_space.h b/ipc/ipc_space.h index 84923e7a..b4eb5ba6 100644 --- a/ipc/ipc_space.h +++ b/ipc/ipc_space.h @@ -208,7 +208,7 @@ ipc_entry_get( * (See comment in ipc/ipc_table.h.) */ - assert(MACH_PORT_VALID(new_name)); + assert(MACH_PORT_NAME_VALID(new_name)); assert(free_entry->ie_object == IO_NULL); space->is_size += 1; |