diff options
author | Günther Deschner <gd@samba.org> | 2008-01-31 01:53:26 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-31 11:04:41 +0100 |
commit | 43ac44e3cff5ee7a7542214a678ddcb80a3195ca (patch) | |
tree | ab5508912a57c04f8ef28f0465cedebf82312377 /source3/librpc | |
parent | a8209904a5fc9766acbf894353612f8b028ff17f (diff) | |
download | samba-43ac44e3cff5ee7a7542214a678ddcb80a3195ca.tar.gz samba-43ac44e3cff5ee7a7542214a678ddcb80a3195ca.tar.bz2 samba-43ac44e3cff5ee7a7542214a678ddcb80a3195ca.zip |
Fix netlogon IDL for netr_GetDcName that returns WERROR.
(didn't we fix this a couple of times already?)
Guenther
(This used to be commit 9ca1505d44e2c4459487c8e2f943a861e2dffb1e)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 30b1119067..4eb1bff94f 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -758,7 +758,7 @@ interface netlogon /*****************/ /* Function 0x0B */ - NTSTATUS netr_GetDcName( + WERROR netr_GetDcName( [in] [string,charset(UTF16)] uint16 logon_server[], [in] [string,charset(UTF16)] uint16 *domainname, [out,ref] [string,charset(UTF16)] uint16 **dcname |