diff options
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r-- | source3/include/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h index 09ad631936..9f49fcc478 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -43,7 +43,7 @@ struct auth_usersupplied_info { struct auth_serversupplied_info { bool guest; - DOM_SID *sids; /* These SIDs are preliminary between + struct dom_sid *sids; /* These SIDs are preliminary between check_ntlm_password and the token creation. */ size_t num_sids; |