summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libports/allocate-port.c1
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;