summaryrefslogtreecommitdiff
path: root/clients/zwrite
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-12 23:25:45 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-12 23:25:45 +0000
commit07c6c399486e93589a1cfcffcc972c5fae93c35a (patch)
treed2aab3ee5eb9e8cec086eebe6618f95e07716107 /clients/zwrite
parenteb33f9a720864863a7ba06be4f3cf9f285b680d0 (diff)
Fix the bug where notice.z_kind is set to UNACKED when ncrecips == 0
and class/instance zephyrgrams hang.
Diffstat (limited to 'clients/zwrite')
-rw-r--r--clients/zwrite/zwrite.c2
1 files changed, 1 insertions, 1 deletions
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(&notice, 0);
- if (quiet || !nrecips)
+ if (quiet)
notice.z_kind = UNACKED; /* change for real sending */
if (!msgarg && isatty(0))