s4-netlogon: merge netr_LogonGetDomainInfo from s3 idl.
[ira/wip.git] / source4 / rpc_server / netlogon / dcerpc_netlogon.c
index 5bf60d1578fef9c6445ccbf6f442f289b9554ce6..04c16ab4845b5bbd3907ad7cc9c2dad93acc6919 100644 (file)
@@ -1077,7 +1077,7 @@ static NTSTATUS dcesrv_netr_LogonGetDomainInfo(struct dcesrv_call_state *dce_cal
                NETR_WS_FLAG_HANDLES_INBOUND_TRUSTS | NETR_WS_FLAG_HANDLES_SPN_UPDATE;
        info1->supported_enc_types = 0; /* w2008 gives this 0 */
 
-       r->out.info.info1 = info1;
+       r->out.info->info1 = info1;
 
        return NT_STATUS_OK;
 }