summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/atsvc.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-21 15:02:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:19 -0500
commitad9003b44835ea7702479a9493c63e5c69eee067 (patch)
treefbecccf3474c69abc32720b279c690bac734081b /source4/librpc/idl/atsvc.idl
parent8fef2c8122a8d8ca522356353d30ed25dfd4c8fe (diff)
downloadsamba-ad9003b44835ea7702479a9493c63e5c69eee067.tar.gz
samba-ad9003b44835ea7702479a9493c63e5c69eee067.tar.bz2
samba-ad9003b44835ea7702479a9493c63e5c69eee067.zip
r15779: Remove keepref from atsvc and efs.
(This used to be commit b44a8c32d35bcd0dc7339793c34cb84dd6981366)
Diffstat (limited to 'source4/librpc/idl/atsvc.idl')
-rw-r--r--source4/librpc/idl/atsvc.idl5
1 files changed, 2 insertions, 3 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
);