diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-29 21:51:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:02 -0500 |
commit | b17470a80d5ed6ab62ab0cc47dc291b12f72511b (patch) | |
tree | 05ad6b09bdfa192eee40ae2501494ebdcd321ed2 | |
parent | def0a74030714d07ed852178d9a8f2ec4ed16bab (diff) | |
download | samba-b17470a80d5ed6ab62ab0cc47dc291b12f72511b.tar.gz samba-b17470a80d5ed6ab62ab0cc47dc291b12f72511b.tar.bz2 samba-b17470a80d5ed6ab62ab0cc47dc291b12f72511b.zip |
r3371: fixed endpoint for browser.idl
(This used to be commit b2ec1e75a203b8de5ab2ae8e91eca3ec43b98741)
-rw-r--r-- | source4/librpc/idl/browser.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/browser.idl b/source4/librpc/idl/browser.idl index bd2ff4ce2c..19b413f1ba 100644 --- a/source4/librpc/idl/browser.idl +++ b/source4/librpc/idl/browser.idl @@ -2,7 +2,7 @@ uuid("6bffd098-a112-3610-9833-012892020162"), version(0.0), helpstring("Browsing"), - endpoint("lcalrpc:") + endpoint("ncacn_np:[\\pipe\\browser]", "ncacn_ip_tcp:", "ncalrpc:") ] interface browser { |