From ad9003b44835ea7702479a9493c63e5c69eee067 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 21 May 2006 15:02:01 +0000 Subject: r15779: Remove keepref from atsvc and efs. (This used to be commit b44a8c32d35bcd0dc7339793c34cb84dd6981366) --- source4/librpc/idl/atsvc.idl | 5 ++--- source4/librpc/idl/efs.idl | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/atsvc.idl b/source4/librpc/idl/atsvc.idl index 3dd5cb6805..d58a719651 100644 --- a/source4/librpc/idl/atsvc.idl +++ b/source4/librpc/idl/atsvc.idl @@ -6,8 +6,7 @@ version(1.0), pointer_default(unique), helpstring("Microsoft AT-Scheduler Service"), - endpoint("ncacn_np:[\\pipe\\atsvc]", "ncalrpc:"), - keepref + endpoint("ncacn_np:[\\pipe\\atsvc]", "ncalrpc:") ] interface atsvc { typedef [bitmap32bit] bitmap { @@ -74,7 +73,7 @@ /* Function: 0x00 */ NTSTATUS atsvc_JobAdd( [in,unique,string,charset(UTF16)] uint16 *servername, - [in,keepref] atsvc_JobInfo *job_info, + [in] atsvc_JobInfo *job_info, [out] uint32 job_id ); diff --git a/source4/librpc/idl/efs.idl b/source4/librpc/idl/efs.idl index 83c6cad19f..75d997a018 100644 --- a/source4/librpc/idl/efs.idl +++ b/source4/librpc/idl/efs.idl @@ -7,8 +7,7 @@ uuid("c681d488-d850-11d0-8c52-00c04fd90f7e"), version(1.0), depends(security), - pointer_default(unique), - keepref + pointer_default(unique) ] interface efs { -- cgit