s4-smbtorture: fix test_LogonUasLogoff.
authorGünther Deschner <gd@samba.org>
Tue, 28 Oct 2008 14:19:05 +0000 (15:19 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 28 Oct 2008 22:40:51 +0000 (23:40 +0100)
Guenther

source4/torture/rpc/netlogon.c

index 19163e931a17ed4deb0f58f7f07e45e23415f3f7..1c64385808e06972af0824367e91094561a000de 100644 (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");