From e8baf973ffe863dd7addc9ad64f0802d564d27ac Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Nov 1995 14:43:13 +0000 Subject: (ports_allocate_port): Initialize PI->cancel_threshhold. --- libports/allocate-port.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libports/allocate-port.c b/libports/allocate-port.c index d3581db0..8b52590c 100644 --- a/libports/allocate-port.c +++ b/libports/allocate-port.c @@ -42,6 +42,7 @@ void *ports_allocate_port (struct port_bucket *bucket, pi->class = class; pi->refcnt = 1; pi->weakrefcnt = 0; + pi->cancel_threshhold = 0; pi->mscount = 0; pi->flags = 0; pi->port_right = port; -- cgit v1.2.3