From 086c103161240dcc6e0560b437b1784b7ee67ab1 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 11 Jul 2005 20:54:50 +0000 Subject: [PATCH] STABLE14-pullup-cleanup-20050710 fix minor booboo in 1.3.85 pullups --- src/ptserver/ptprocs.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ptserver/ptprocs.c b/src/ptserver/ptprocs.c index 57b570524..cb006e6ea 100644 --- a/src/ptserver/ptprocs.c +++ b/src/ptserver/ptprocs.c @@ -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); -- 2.39.5