summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_tcon.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 12:04:15 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:39 +0200
commitf52e5738a26e12787ec8a4c8d73ff14122d202c6 (patch)
tree61a860936d78b0d89b30af1ac0c32005f7ea9518 /source3/smbd/smb2_tcon.c
parent9e2e3708aa4e10aef561b1a9cc1f89688d65445f (diff)
downloadsamba-f52e5738a26e12787ec8a4c8d73ff14122d202c6.tar.gz
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
metze
Diffstat (limited to 'source3/smbd/smb2_tcon.c')
-rw-r--r--source3/smbd/smb2_tcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smb2_tcon.c b/source3/smbd/smb2_tcon.c
index de4faca7fff..14294aefaf4 100644
--- a/source3/smbd/smb2_tcon.c
+++ b/source3/smbd/smb2_tcon.c
@@ -203,7 +203,7 @@ static NTSTATUS smbd_smb2_tree_connect(struct smbd_smb2_request *req,
int snum = -1;
struct smbd_smb2_tcon *tcon;
connection_struct *compat_conn = NULL;
- user_struct *compat_vuser = req->session->compat_vuser;
+ struct user_struct *compat_vuser = req->session->compat_vuser;
int id;
NTSTATUS status;