diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 16:03:04 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-12 12:57:07 +0100 |
commit | c9d929af8ba018816df69734bed1c197d0c3b7f2 (patch) | |
tree | d47340212f302fc1a17791ad794be28b1cc2677b /source3/torture | |
parent | c79db40040e27e1f7853db322d7c7460895d57bc (diff) | |
download | samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.tar.gz samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.tar.bz2 samba-c9d929af8ba018816df69734bed1c197d0c3b7f2.zip |
s4-lsarpc handle more info levels in SetInfoTrustedDomain calls
This uses the very helpful conversion functions written for the s3 lsa server
and places these in common.
Andrew Bartlett
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/test_authinfo_structs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_authinfo_structs.c b/source3/torture/test_authinfo_structs.c index eea253dddc..0b5cff7b04 100644 --- a/source3/torture/test_authinfo_structs.c +++ b/source3/torture/test_authinfo_structs.c @@ -21,7 +21,7 @@ #include "includes.h" #include "torture/proto.h" #include "librpc/gen_ndr/lsa.h" -#include "rpc_client/util_lsarpc.h" +#include "libcli/lsarpc/util_lsarpc.h" static bool cmp_TrustDomainInfoBuffer(struct lsa_TrustDomainInfoBuffer a, struct lsa_TrustDomainInfoBuffer b) |