From eed6c644ac248ef430fcc9c116ada5b9a748ece6 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 13 Oct 2000 19:07:31 +0000 Subject: Default to EXPOSE_OPSTAFF, not the nonfunctional EXPOSE_NONE. --- zwgc/zephyr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc') 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" ); -- cgit v1.2.3