diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-30 11:48:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:05 -0500 |
commit | eb3b2568641759c0b5a4e121c75102e96af7e683 (patch) | |
tree | e1b5395fc3b6fb0b979d2ff035070e70e9eef160 /source4/librpc/idl | |
parent | 173dda6bf4db2faf29a1845ce2b1028105511dab (diff) | |
download | samba-eb3b2568641759c0b5a4e121c75102e96af7e683.tar.gz samba-eb3b2568641759c0b5a4e121c75102e96af7e683.tar.bz2 samba-eb3b2568641759c0b5a4e121c75102e96af7e683.zip |
r3392: fixed schannel over ncalrpc
(This used to be commit 0b93be9f5f89ef17f94e8e98c3a405495e04e235)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index c981f61db4..c98fa8f1e6 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -9,7 +9,7 @@ [ uuid("12345678-1234-abcd-ef00-01234567cffb"), version(1.0), - endpoint("ncacn_np:[\\pipe\\netlogon]","ncacn_ip_tcp:"), + endpoint("ncacn_np:[\\pipe\\netlogon]","ncacn_ip_tcp:","ncalrpc:"), pointer_default(unique) ] |