diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 23:36:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 23:36:24 +0100 |
commit | 409e4fef400af167b2e6dd301160572aa873edb6 (patch) | |
tree | db2bc31f4642b7c0330df0c9f3cab59df2a3c917 | |
parent | 3038a77f40b1ac64c99b0249533329c425283460 (diff) | |
download | samba-409e4fef400af167b2e6dd301160572aa873edb6.tar.gz samba-409e4fef400af167b2e6dd301160572aa873edb6.tar.bz2 samba-409e4fef400af167b2e6dd301160572aa873edb6.zip |
Fix IDL for netr_DsRGetDCName.
Guenther
(This used to be commit 51c629f902f5c949c3004f162055d03b18514765)
-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 5b84452e3f..ae16884896 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -982,7 +982,7 @@ interface netlogon [in,unique] GUID *domain_guid, [in,unique] GUID *site_guid, [in] netr_DsRGetDCName_flags flags, - [out,ref] netr_DsRGetDCNameInfo *info + [out,ref] netr_DsRGetDCNameInfo **info ); /*****************/ |