diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-21 15:02:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:19 -0500 |
commit | ad9003b44835ea7702479a9493c63e5c69eee067 (patch) | |
tree | fbecccf3474c69abc32720b279c690bac734081b /source4/librpc | |
parent | 8fef2c8122a8d8ca522356353d30ed25dfd4c8fe (diff) | |
download | samba-ad9003b44835ea7702479a9493c63e5c69eee067.tar.gz samba-ad9003b44835ea7702479a9493c63e5c69eee067.tar.xz samba-ad9003b44835ea7702479a9493c63e5c69eee067.zip |
r15779: Remove keepref from atsvc and efs.
(This used to be commit b44a8c32d35bcd0dc7339793c34cb84dd6981366)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/atsvc.idl | 5 | ||||
-rw-r--r-- | source4/librpc/idl/efs.idl | 3 |
2 files changed, 3 insertions, 5 deletions
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 { |