]> 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 1730c5b41aa2bbc8d636509152bb93b3e1e6f13d..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_SR_NONE, FALSE);
+       ipc_port_adjust_special_reply_port(port, IPC_PORT_ADJUST_RESET_BOOSTRAP_CHECKIN);
 
        (void)mach_notify_send_once(port);
        /* send-once right consumed */