diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 14:45:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-21 14:45:52 +0000 |
commit | ac3ded0deb76246cfb9e8dae5b9a6e06951dbef6 (patch) | |
tree | 52097ae6e3c312d13a3c8cba4edf82ea2c33d623 /libports/reallocate-from-external.c | |
parent | 8e7a9665d03c4a86dd01bbba7add4ebed294c9e0 (diff) |
(ports_reallocate_from_external): Clear PI->cancel_threshhold.
Diffstat (limited to 'libports/reallocate-from-external.c')
-rw-r--r-- | libports/reallocate-from-external.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libports/reallocate-from-external.c b/libports/reallocate-from-external.c index 7e6ea1df..ca43f5ca 100644 --- a/libports/reallocate-from-external.c +++ b/libports/reallocate-from-external.c @@ -56,6 +56,7 @@ ports_reallocate_from_external (void *portstruct, mach_port_t receive) } pi->port_right = receive; + pi->cancel_threshhold = 0; pi->mscount = stat.mps_mscount; ihash_add (pi->bucket->htable, receive, pi, &pi->hentry); |