From 07c6c399486e93589a1cfcffcc972c5fae93c35a Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 12 Nov 1994 23:25:45 +0000 Subject: Fix the bug where notice.z_kind is set to UNACKED when ncrecips == 0 and class/instance zephyrgrams hang. --- clients/zwrite/zwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/zwrite/zwrite.c b/clients/zwrite/zwrite.c index 0ebf289..c8ca4ce 100644 --- a/clients/zwrite/zwrite.c +++ b/clients/zwrite/zwrite.c @@ -227,7 +227,7 @@ main(argc, argv) if (!nocheck && nrecips) send_off(¬ice, 0); - if (quiet || !nrecips) + if (quiet) notice.z_kind = UNACKED; /* change for real sending */ if (!msgarg && isatty(0)) -- cgit v1.2.3