s4-smbtorture: fix test_LogonUasLogon.
[ira/wip.git] / source4 / torture / rpc / netlogon.c
index c2e12ec01dbb1425f01d614185ba9a9e23ebea5e..19163e931a17ed4deb0f58f7f07e45e23415f3f7 100644 (file)
@@ -42,10 +42,12 @@ static bool test_LogonUasLogon(struct torture_context *tctx,
 {
        NTSTATUS status;
        struct netr_LogonUasLogon r;
+       struct netr_UasInfo *info = NULL;
 
        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_LogonUasLogon(p, tctx, &r);
        torture_assert_ntstatus_ok(tctx, status, "LogonUasLogon");