summaryrefslogtreecommitdiff
path: root/libports
diff options
context:
space:
mode:
Diffstat (limited to 'libports')
-rw-r--r--libports/reallocate-from-external.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/reallocate-from-external.c b/libports/reallocate-from-external.c
index 7e6ea1df..ca43f5ca 100644
--- a/libports/reallocate-from-external.c
+++ b/libports/reallocate-from-external.c
@@ -56,6 +56,7 @@ ports_reallocate_from_external (void *portstruct, mach_port_t receive)
}
pi->port_right = receive;
+ pi->cancel_threshhold = 0;
pi->mscount = stat.mps_mscount;
ihash_add (pi->bucket->htable, receive, pi, &pi->hentry);