mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
s3:include: remove typedef user_struct
metze
This commit is contained in:
parent
f52e5738a2
commit
b742a75b37
@ -918,7 +918,7 @@ struct node_status_extra {
|
||||
/* There really is more here ... */
|
||||
};
|
||||
|
||||
typedef struct user_struct {
|
||||
struct user_struct {
|
||||
struct user_struct *next, *prev;
|
||||
uint16 vuid; /* Tag for this entry. */
|
||||
|
||||
@ -929,7 +929,7 @@ typedef struct user_struct {
|
||||
struct auth_session_info *session_info;
|
||||
|
||||
struct gensec_security *gensec_security;
|
||||
} user_struct;
|
||||
};
|
||||
|
||||
/*
|
||||
Do you want session setups at user level security with a invalid
|
||||
|
Loading…
x
Reference in New Issue
Block a user