summaryrefslogtreecommitdiff
path: root/libports
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-21 14:50:18 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-21 14:50:18 +0000
commit1db9f21772c810f0d118fc39986a87f8a98659bd (patch)
tree0a9ab2d4515c62cd4db9e92f679c8038863825c5 /libports
parentac3ded0deb76246cfb9e8dae5b9a6e06951dbef6 (diff)
(ports_manage_port_operations_one_thread): Doc fix.
Diffstat (limited to 'libports')
-rw-r--r--libports/manage-one-thread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libports/manage-one-thread.c b/libports/manage-one-thread.c
index 0fd4f67a..90f573ff 100644
--- a/libports/manage-one-thread.c
+++ b/libports/manage-one-thread.c
@@ -47,6 +47,9 @@ ports_manage_port_operations_one_thread (struct port_bucket *bucket,
}
else
{
+ /* No need to check cancel threshhold here, because
+ in a single threaded server the cancel is always
+ handled in order. */
status = demuxer (inp, outp);
ports_end_rpc (pi, &link);
}