summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_netlogon.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/rpc_netlogon.h')
-rw-r--r--source/include/rpc_netlogon.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/include/rpc_netlogon.h b/source/include/rpc_netlogon.h
index 1cd53f0d2b5..ed7fdd8cc19 100644
--- a/source/include/rpc_netlogon.h
+++ b/source/include/rpc_netlogon.h
@@ -93,8 +93,6 @@ typedef struct net_user_info_2
DOM_SID2 dom_sid; /* domain SID */
- uint32 auth_resp; /* 1 - Authoritative response */
-
} NET_USER_INFO_2;
/* NET_USER_INFO_3 */
@@ -150,8 +148,6 @@ typedef struct net_user_info_3
DOM_SID2 dom_sid; /* domain SID */
DOM_SID2 other_sids[LSA_MAX_SIDS]; /* undocumented - domain SIDs */
- uint32 auth_resp; /* 1 - Authoritative response */
-
} NET_USER_INFO_3;
@@ -453,6 +449,7 @@ typedef struct net_r_sam_logon_info
DOM_CRED srv_creds; /* server credentials. server time stamp appears to be ignored. */
NET_USER_INFO_CTR ctr;
+ uint32 auth_resp; /* 1 - Authoritative response */
uint32 status; /* return code */