From 7f782976df8dd688d9d00af93ef55f472aca4837 Mon Sep 17 00:00:00 2001 From: probe Date: Sun, 31 May 1992 21:33:10 +0000 Subject: [PATCH] Always say this is "SYSADMINID" --- afssync/ptprocs.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/afssync/ptprocs.c b/afssync/ptprocs.c index 223a061a..b7092e68 100644 --- a/afssync/ptprocs.c +++ b/afssync/ptprocs.c @@ -80,6 +80,9 @@ long WhoIsThis (acall, at, aid) int foreign = 0; #endif + *aid = SYSADMINID; + return 0; + *aid = ANONYMOUSID; tconn = rx_ConnectionOf(acall); code = rx_SecurityClassOf(tconn); @@ -1188,6 +1191,9 @@ static long WhoIsThisWithName(acall, at, aid, aname) int ilen; char vname[256]; + *aid = SYSADMINID; + return 0; + *aid = ANONYMOUSID; tconn = rx_ConnectionOf(acall); code = rx_SecurityClassOf(tconn); -- 2.45.2