diff options
author | Günther Deschner <gd@samba.org> | 2008-11-12 09:21:53 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-12 10:19:25 +0100 |
commit | 1f87fc798d58dc27152b236e6e66c89684007b2a (patch) | |
tree | 365830640cd01c7e568852dd39986c81a3abeef1 /librpc/idl/ntsvcs.idl | |
parent | 0bb86657311cc753f258b9f10c2204ded3832c2c (diff) | |
download | samba-1f87fc798d58dc27152b236e6e66c89684007b2a.tar.gz |
ntsvcs: use both named-pipe endpoints.
Guenther
Diffstat (limited to 'librpc/idl/ntsvcs.idl')
-rw-r--r-- | librpc/idl/ntsvcs.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/ntsvcs.idl b/librpc/idl/ntsvcs.idl index 01d81048882..9f752cd027b 100644 --- a/librpc/idl/ntsvcs.idl +++ b/librpc/idl/ntsvcs.idl @@ -7,6 +7,7 @@ import "winreg.idl"; [ uuid("8d9f4e40-a03d-11ce-8f69-08003e30051b"), version(1.0), + endpoint("ncacn_np:[\\pipe\\ntsvcs]","ncacn_np:[\\pipe\\plugplay]"), helpstring("Plug and Play services") ] interface ntsvcs |