summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/smb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index a0470502ad..58d94385a4 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -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