summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/context.h b/source4/include/context.h
index 68ae3ffc88..5070228440 100644
--- a/source4/include/context.h
+++ b/source4/include/context.h
@@ -29,7 +29,7 @@
*/
/* the current user context for a request */
-struct user_context {
+struct smbsrv_user {
/* the vuid is used to specify the security context for this
request. Note that this may not be the same vuid as we
received on the wire (for example, for share mode or guest
@@ -87,7 +87,7 @@ struct request_context {
struct tcon_context *conn;
/* the user context is derived from the vuid plus smb.conf options */
- struct user_context *user_ctx;
+ struct smbsrv_user *user_ctx;
/* a talloc context for the lifetime of this request */
TALLOC_CTX *mem_ctx;