]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-pullup-cleanup-20050710
authorDerrick Brashear <shadow@dementia.org>
Mon, 11 Jul 2005 20:54:50 +0000 (20:54 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 11 Jul 2005 20:54:50 +0000 (20:54 +0000)
fix minor booboo in 1.3.85 pullups

src/ptserver/ptprocs.c

index 57b570524d428cde308f1bf95fa37c9fa14e5c8d..cb006e6ea994e588f64c7539d003cedee3ae2f5a 100644 (file)
@@ -1210,10 +1210,6 @@ getCPS(call, aid, alist, over, cid)
     if (code)
        ABORT_WITH(tt, code);
 
-    code = WhoIsThis(call, tt, cid);
-    if (code)
-       ABORT_WITH(tt, PRPERM);
-
     temp = FindByID(tt, aid);
     if (!temp)
        ABORT_WITH(tt, PRNOENT);