diff options
author | Günther Deschner <gd@samba.org> | 2008-10-27 14:58:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-28 23:40:51 +0100 |
commit | 0992a9d987e521a76d267b2be1259810e1821406 (patch) | |
tree | 83ba374b26ad26adb9708b6a7804cba8d8c78368 /source4/librpc/idl | |
parent | 532fd92bdb7f6bc81afa155e09c039549d689a3e (diff) | |
download | samba-0992a9d987e521a76d267b2be1259810e1821406.tar.gz samba-0992a9d987e521a76d267b2be1259810e1821406.tar.bz2 samba-0992a9d987e521a76d267b2be1259810e1821406.zip |
s4-netlogon: merge netr_DsrGetDcSiteCoverageW from s3 idl.
Guenther
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 b3ff5435c2..400565ba22 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -1374,7 +1374,7 @@ interface netlogon WERROR netr_DsrGetDcSiteCoverageW( [in,unique] [string,charset(UTF16)] uint16 *server_name, - [out,unique] DcSitesCtr *ctr + [out,ref] DcSitesCtr **ctr ); /****************/ |