summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 14:45:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 14:45:14 +0000
commit8e7a9665d03c4a86dd01bbba7add4ebed294c9e0 (patch)
tree1d4efc3f1571a51d6023b3feac36bcbcea9eeb05
parent7a3c9e5d7d88ce3abde4f4f157fce2d6a1ca9290 (diff)
(ports_reallocate_port): Clear PI->cancel_threshhold.
-rw-r--r--libports/reallocate-port.c1
1 files changed, 1 insertions, 0 deletions
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);