diff options
author | Günther Deschner <gd@samba.org> | 2008-01-25 16:33:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-25 17:21:50 +0100 |
commit | e49650ea909c927a2a01f3f3bba3ca815e28a12f (patch) | |
tree | 0610e135821f2e7f831b17dccec3d1a493acbc2b /source3/librpc/gen_ndr/netlogon.h | |
parent | c72caca4a23e17a7e7a8fc4ddff341bf0f126508 (diff) | |
download | samba-e49650ea909c927a2a01f3f3bba3ca815e28a12f.tar.gz samba-e49650ea909c927a2a01f3f3bba3ca815e28a12f.tar.bz2 samba-e49650ea909c927a2a01f3f3bba3ca815e28a12f.zip |
run "make idl".
Guenther
(This used to be commit 5db4310d4c9149dc9d68f7684dc961926f94544a)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r-- | source3/librpc/gen_ndr/netlogon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h index 64a70ca1a7..d1c00b19fb 100644 --- a/source3/librpc/gen_ndr/netlogon.h +++ b/source3/librpc/gen_ndr/netlogon.h @@ -1453,7 +1453,7 @@ struct netr_DsrEnumerateDomainTrusts { } in; struct { - struct netr_DomainTrustList **trusts;/* [ref] */ + struct netr_DomainTrustList *trusts;/* [ref] */ WERROR result; } out; |