From ac3ded0deb76246cfb9e8dae5b9a6e06951dbef6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 14:45:52 +0000 Subject: (ports_reallocate_from_external): Clear PI->cancel_threshhold. --- libports/reallocate-from-external.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libports') 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); -- cgit v1.2.3