From 205e9fc10127028135ae44c1b08b7fb0ea09e664 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 11 Feb 1994 22:00:39 +0000 Subject: entered into RCS --- libdiskfs/notify-nosenders.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libdiskfs/notify-nosenders.c') diff --git a/libdiskfs/notify-nosenders.c b/libdiskfs/notify-nosenders.c index e646e287..e0eec36b 100644 --- a/libdiskfs/notify-nosenders.c +++ b/libdiskfs/notify-nosenders.c @@ -34,10 +34,9 @@ diskfs_do_seqnos_mach_notify_no_senders (mach_port_t notify, if (pt->type == PT_PAGER) pager_no_senders ((struct pager *)pt, seqno, mscount); else - { - ports_done_with_port (pt); - ports_done_with_port (pt); - } + ports_no_senders (pt, mscount); + + ports_done_with_port (pt); return 0; } -- cgit v1.2.3