diff options
author | Greg Hudson <ghudson@mit.edu> | 2000-10-13 19:07:31 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2000-10-13 19:07:31 +0000 |
commit | eed6c644ac248ef430fcc9c116ada5b9a748ece6 (patch) | |
tree | e967ebfcc53d9a13e83e1492c05a8e8a44539cdf /zwgc | |
parent | 53ac033bdca215098d958402aee0f85a2a0a9877 (diff) |
Default to EXPOSE_OPSTAFF, not the nonfunctional EXPOSE_NONE.
Diffstat (limited to 'zwgc')
-rw-r--r-- | zwgc/zephyr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/zephyr.c b/zwgc/zephyr.c index faba5fb..c3276e5 100644 --- a/zwgc/zephyr.c +++ b/zwgc/zephyr.c @@ -165,7 +165,7 @@ void zephyr_init(notice_handler) exposure = EXPOSE_NONE; } } else - exposure = EXPOSE_NONE; + exposure = EXPOSE_OPSTAFF; error_code = ZSetLocation(exposure); /* <<<>>> */ if (error_code != ZERR_LOGINFAIL) TRAP( error_code, "while setting location" ); |