]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_notify.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_notify.c
index d1f50d5c718df879ebd53de158cc1005b2e55d67..44e6ed6d9ba3e0564ff43a344ac0992919c00b4c 100644 (file)
@@ -158,7 +158,7 @@ void
 ipc_notify_send_once(
        ipc_port_t      port)
 {
-       ipc_port_unlink_special_reply_port(port, IPC_PORT_UNLINK_SR_NONE);
+       ipc_port_adjust_special_reply_port(port, IPC_PORT_ADJUST_SR_NONE, FALSE);
 
        (void)mach_notify_send_once(port);
        /* send-once right consumed */