]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_notify.c
xnu-6153.61.1.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_notify.c
index f677c6e28c498b6004a7a692464e4dd02855204b..9744b2b627c8fbcfce225e89d24508602c8e7cbb 100644 (file)
@@ -158,7 +158,7 @@ void
 ipc_notify_send_once(
        ipc_port_t      port)
 {
-       ipc_port_adjust_special_reply_port(port, IPC_PORT_ADJUST_RESET_BOOSTRAP_CHECKIN, FALSE);
+       ipc_port_adjust_special_reply_port(port, IPC_PORT_ADJUST_RESET_BOOSTRAP_CHECKIN);
 
        (void)mach_notify_send_once(port);
        /* send-once right consumed */