From 8e7a9665d03c4a86dd01bbba7add4ebed294c9e0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 14:45:14 +0000 Subject: (ports_reallocate_port): Clear PI->cancel_threshhold. --- libports/reallocate-port.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libports/reallocate-port.c b/libports/reallocate-port.c index b2785292..07680dea 100644 --- a/libports/reallocate-port.c +++ b/libports/reallocate-port.c @@ -45,6 +45,7 @@ ports_reallocate_port (void *portstruct) pi->flags &= ~PORT_HAS_SENDRIGHTS; dropref = 1; } + pi->cancel_threshhold = 0; pi->mscount = 0; ihash_add (pi->bucket->htable, pi->port_right, pi, &pi->hentry); mutex_unlock (&_ports_lock); -- cgit v1.2.3