summaryrefslogtreecommitdiff
path: root/lib/ZLocations.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-06-23 13:07:17 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-06-23 13:07:17 +0000
commit085058de991ff5b160fee57af1fc3a7cf62ad8c3 (patch)
tree7552169261bbc76739624c918e570c12e5ed9c03 /lib/ZLocations.c
parent92273597b39c15b0ce0f43cf9768106a1419c565 (diff)
KRB format
Diffstat (limited to 'lib/ZLocations.c')
-rw-r--r--lib/ZLocations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZLocations.c b/lib/ZLocations.c
index 139f793..670a61c 100644
--- a/lib/ZLocations.c
+++ b/lib/ZLocations.c
@@ -29,5 +29,5 @@ Code_t ZSetLocation()
notice.z_recipient = "";
notice.z_message_len = 0;
- return (ZSendNotice(&notice));
+ return (ZSendNotice(&notice,1));
}