diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-11 06:54:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-11 06:54:54 +0000 |
commit | c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca (patch) | |
tree | fbd494bc0a29cf1dd2aaed5a08b3761331bf302a /source4/torture/rpc | |
parent | 023a8fcb80f13f06c32ad5515e046b2017eaed09 (diff) | |
download | samba-c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca.tar.gz samba-c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca.tar.bz2 samba-c614ea5435e3a4c9b6e05dcde9daa7d38f7131ca.zip |
added QueryPolicyInfo/PrimaryDomainInfo idl and test code
(This used to be commit b754ad2eae517abacaa26d9e28a8bf6164274971)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/lsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index e3b3a2ae8d..9d0177edfa 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -501,6 +501,8 @@ static BOOL test_QueryInfoPolicy(struct dcerpc_pipe *p, r.in.handle = handle; r.in.level = i; + printf("\ntrying QueryInfoPolicy level %d\n", i); + status = dcerpc_lsa_QueryInfoPolicy(p, mem_ctx, &r); if (!NT_STATUS_IS_OK(status)) { printf("QueryInfoPolicy failed - %s\n", nt_errstr(status)); |