1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s4-smbtorture: fix test_LogonUasLogoff.

Guenther
This commit is contained in:
Günther Deschner 2008-10-28 15:19:05 +01:00
parent bb3836a67f
commit 532fd92bdb

View File

@ -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");