From 1d2e9a747243b1bf322f1cfced09aafd92afcfba Mon Sep 17 00:00:00 2001 From: "Robert S. French" Date: Thu, 9 Jul 1987 01:26:19 +0000 Subject: Cache the sender --- lib/ZInit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/ZInit.c') diff --git a/lib/ZInit.c b/lib/ZInit.c index 11257bb..d8bf6e7 100644 --- a/lib/ZInit.c +++ b/lib/ZInit.c @@ -49,5 +49,8 @@ Code_t ZInitialize() if (get_krbrlm(__Zephyr_realm,1) != KSUCCESS) (void)strcpy(__Zephyr_realm,"NOREALM"); + /* Get the sender so we can cache it */ + (void) ZGetSender(); + return (ZERR_NONE); } -- cgit v1.2.3