mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
Andrew Bartlett
This commit is contained in:
parent
ba2cfceb96
commit
9b36fa0441
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/* NTLMSSP mode */
|
||||
enum NTLMSSP_ROLE
|
||||
enum ntlmssp_role
|
||||
{
|
||||
NTLMSSP_SERVER,
|
||||
NTLMSSP_CLIENT
|
||||
@ -44,7 +44,7 @@ enum NTLM_MESSAGE_TYPE
|
||||
typedef struct ntlmssp_state
|
||||
{
|
||||
unsigned int ref_count;
|
||||
enum NTLMSSP_ROLE role;
|
||||
enum ntlmssp_role role;
|
||||
enum server_types server_role;
|
||||
uint32 expected_state;
|
||||
|
||||
|
@ -41,7 +41,7 @@ static NTSTATUS ntlmssp_server_auth(struct ntlmssp_state *ntlmssp_state,
|
||||
*/
|
||||
|
||||
static const struct ntlmssp_callbacks {
|
||||
enum NTLMSSP_ROLE role;
|
||||
enum ntlmssp_role role;
|
||||
enum NTLM_MESSAGE_TYPE ntlmssp_command;
|
||||
NTSTATUS (*fn)(struct ntlmssp_state *ntlmssp_state,
|
||||
DATA_BLOB in, DATA_BLOB *out);
|
||||
|
Loading…
x
Reference in New Issue
Block a user