xnu-4570.71.2.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_notify.c
index 498401cc005555bc9e63e1f606324c7b2806178d..d1f50d5c718df879ebd53de158cc1005b2e55d67 100644 (file)
@@ -158,6 +158,8 @@ void
 ipc_notify_send_once(
        ipc_port_t      port)
 {
+       ipc_port_unlink_special_reply_port(port, IPC_PORT_UNLINK_SR_NONE);
+
        (void)mach_notify_send_once(port);
        /* send-once right consumed */
 }