diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 14:43:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 14:43:13 +0000 |
commit | e8baf973ffe863dd7addc9ad64f0802d564d27ac (patch) | |
tree | 933be94abb79f2f023dd4ca04011b972ed7a1513 | |
parent | 9262f4ebbaf5b903324410653019f37cb1992baa (diff) |
(ports_allocate_port): Initialize PI->cancel_threshhold.
-rw-r--r-- | libports/allocate-port.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |