diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-28 16:24:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:02 -0500 |
commit | 18302e7030e568d23f13717cb006193490e4213d (patch) | |
tree | c1c5985f584a25e7e2798f8a5d179847c4bd5d09 /source4/librpc | |
parent | 0e6773525fa9d3fe9b7559ab4067e088f8a934d8 (diff) | |
download | samba-18302e7030e568d23f13717cb006193490e4213d.tar.gz samba-18302e7030e568d23f13717cb006193490e4213d.tar.xz samba-18302e7030e568d23f13717cb006193490e4213d.zip |
r24751: Run more tests, remove empty testsuites, more small improvements.
(This used to be commit 2a5a0819eea86ba322434306e062d13893b5722e)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 2b519b15d5b..30da410a460 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -5,7 +5,8 @@ [ uuid("4fc742e0-4a10-11cf-8273-00aa004ae673"), version(3.0), pointer_default(unique), - helpstring("Settings for Microsoft Distributed File System") + helpstring("Settings for Microsoft Distributed File System"), + endpoint("ncacn_np:[\\pipe\\dfs]", "ncacn_ip_tcp:", "ncalrpc:") ] interface netdfs { /******************/ |