diff options
author | Günther Deschner <gd@samba.org> | 2008-10-27 14:24:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 14:29:04 +0100 |
commit | eb3c826f7b0a46cbf38587f75b879c4364422fd5 (patch) | |
tree | 5f48673c1a59f33397922eeb27c8d7fc73575e48 /source3/librpc/idl | |
parent | 151dfd9dd1315f1058dae04ed4e2f5b66de0881a (diff) | |
download | samba-eb3c826f7b0a46cbf38587f75b879c4364422fd5.tar.gz samba-eb3c826f7b0a46cbf38587f75b879c4364422fd5.tar.bz2 samba-eb3c826f7b0a46cbf38587f75b879c4364422fd5.zip |
s3-netlogon-idl: fix IDL for netr_DsrGetDcSiteCoverageW.
Guenther
Diffstat (limited to 'source3/librpc/idl')
-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 b4e34a07ab..06e0c328d6 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -1376,7 +1376,7 @@ interface netlogon WERROR netr_DsrGetDcSiteCoverageW( [in,unique] [string,charset(UTF16)] uint16 *server_name, - [out,ref] DcSitesCtr *ctr + [out,ref] DcSitesCtr **ctr ); /****************/ |