diff options
-rw-r--r-- | libports/no-senders.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libports/no-senders.c b/libports/no-senders.c index 09a32dfc..fb9ccbb2 100644 --- a/libports/no-senders.c +++ b/libports/no-senders.c @@ -30,6 +30,9 @@ ports_no_senders (void *portstruct, int dealloc; mach_port_t old; + ports_interrupt_notified_rpcs (portstruct, pi->port_right, + MACH_NOTIFY_NO_SENDERS); + mutex_lock (&_ports_lock); if ((pi->flags & PORT_HAS_SENDRIGHTS) == 0) { |