]> andersk Git - moira.git/commitdiff
Always say this is "SYSADMINID"
authorprobe <probe>
Sun, 31 May 1992 21:33:10 +0000 (21:33 +0000)
committerprobe <probe>
Sun, 31 May 1992 21:33:10 +0000 (21:33 +0000)
afssync/ptprocs.c

index 223a061aa0bdc47a6fcfaf61040fbd8a01ed49e8..b7092e685584aadd9af731a5c0b8b4218939a431 100644 (file)
@@ -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);
This page took 0.06261 seconds and 5 git commands to generate.