diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-18 21:52:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:59 -0500 |
commit | cd9057a0bb90bef6d31051f176849b6a3543a376 (patch) | |
tree | 5deb7506c215502436c89239a460066e8cb82b2c /source4/librpc/idl/dfs.idl | |
parent | a27d4335f2dd0733b8aec2a230cd5186961e4d07 (diff) | |
download | samba-cd9057a0bb90bef6d31051f176849b6a3543a376.tar.gz samba-cd9057a0bb90bef6d31051f176849b6a3543a376.tar.bz2 samba-cd9057a0bb90bef6d31051f176849b6a3543a376.zip |
r18639: Get rid of the keepref support
(This used to be commit d1364ef0cd8f1a64f44476476323ab390ac4de48)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 42d79d0c81..c79f77cce3 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -5,8 +5,7 @@ [ uuid("4fc742e0-4a10-11cf-8273-00aa004ae673"), version(3.0), pointer_default(unique), - helpstring("Settings for Microsoft Distributed File System"), - keepref + helpstring("Settings for Microsoft Distributed File System") ] interface netdfs { /******************/ |