summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-22 21:20:17 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-22 21:20:17 +0100
commit06cc7bf916cd562bf23b3929ca607f66a20850f0 (patch)
tree1f1e832b43e0183dbb31974b93b28b2f61f79df7 /ipc
parent448889a4f0c32ba8ea61f870d4edcb0e0d58af85 (diff)
Warn only once about not being able to recycle pages
Diffstat (limited to 'ipc')
-rw-r--r--ipc/mach_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mach_port.c b/ipc/mach_port.c
index db6e05dc..3b00f387 100644
--- a/ipc/mach_port.c
+++ b/ipc/mach_port.c
@@ -534,7 +534,7 @@ mach_port_allocate(
* KERN_INVALID_NAME The name doesn't denote a right.
*/
-static volatile boolean_t mach_port_deallocate_debug = FALSE;
+static volatile boolean_t mach_port_deallocate_debug = TRUE;
kern_return_t
mach_port_destroy(