summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-06-28 07:54:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:48 -0500
commit0aba9a2e3fc222625f31cc6fd12f1c7c7021c660 (patch)
tree5d0ed7258219fe0effd53b541d3f619c27e7cd43 /source4/include
parentd4ae6ae74d712b74800e360590052d318d2fd101 (diff)
downloadsamba-0aba9a2e3fc222625f31cc6fd12f1c7c7021c660.tar.gz
samba-0aba9a2e3fc222625f31cc6fd12f1c7c7021c660.tar.bz2
samba-0aba9a2e3fc222625f31cc6fd12f1c7c7021c660.zip
r1278: rename struct user_context to smbsrv_user
metze (This used to be commit a9ba29e00fc818e798079c42888da3f20f3d1634)
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;