diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index bad2089ac7..661d436859 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -266,14 +266,14 @@ typedef struct { /* DOM_RID - domain RID structure for ntlsa pipe */ typedef struct { - uint8 type; /* value is SID_NAME_USE enum */ + uint16 type; /* value is SID_NAME_USE enum */ uint32 rid; uint32 rid_idx; /* referenced domain index */ } DOM_RID; /* DOM_RID2 - second domain RID structure for ntlsa pipe */ typedef struct { - uint8 type; /* value is SID_NAME_USE enum */ + uint16 type; /* value is SID_NAME_USE enum */ uint32 rid; uint32 rid_idx; /* referenced domain index */ uint32 unknown; |