git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb3836a
)
s4-smbtorture: fix test_LogonUasLogoff.
author
Günther Deschner
<gd@samba.org>
Tue, 28 Oct 2008 14:19:05 +0000
(15:19 +0100)
committer
Günther Deschner
<gd@samba.org>
Tue, 28 Oct 2008 22:40:51 +0000
(23:40 +0100)
Guenther
source4/torture/rpc/netlogon.c
patch
|
blob
|
history
diff --git
a/source4/torture/rpc/netlogon.c
b/source4/torture/rpc/netlogon.c
index 19163e931a17ed4deb0f58f7f07e45e23415f3f7..1c64385808e06972af0824367e91094561a000de 100644
(file)
--- a/
source4/torture/rpc/netlogon.c
+++ b/
source4/torture/rpc/netlogon.c
@@
-60,10
+60,12
@@
static bool test_LogonUasLogoff(struct torture_context *tctx,
{
NTSTATUS status;
struct netr_LogonUasLogoff r;
+ struct netr_UasLogoffInfo info;
r.in.server_name = NULL;
r.in.account_name = cli_credentials_get_username(cmdline_credentials);
r.in.workstation = TEST_MACHINE_NAME;
+ r.out.info = &info;
status = dcerpc_netr_LogonUasLogoff(p, tctx, &r);
torture_assert_ntstatus_ok(tctx, status, "LogonUasLogoff");