summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-24 15:24:08 +0200
committerVolker Lendecke <vl@samba.org>2008-06-26 13:13:23 +0200
commitaa02c3fcd580a9e53b87d885fb87fb71f138bb7d (patch)
treeeb7d6746b6948dfe3d2afbed9e5082432a557f3a /source3/include/ntdomain.h
parent8a9881c30b97671719f5859d54e7d66b1f08f2ef (diff)
downloadsamba-aa02c3fcd580a9e53b87d885fb87fb71f138bb7d.tar.gz
samba-aa02c3fcd580a9e53b87d885fb87fb71f138bb7d.tar.bz2
samba-aa02c3fcd580a9e53b87d885fb87fb71f138bb7d.zip
Remove p->vuid
The users can use p->server_info. Now pipes_struct is decoupled from the SMB transport. (This used to be commit d4cf5a131919530317cd457006b4df5af2c69fa7)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index d582d50c97..1829b19c77 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -213,8 +213,6 @@ typedef struct pipes_struct {
char client_address[INET6_ADDRSTRLEN];
- uint16 vuid; /* points to the unauthenticated user that opened this pipe. */
-
struct auth_serversupplied_info *server_info;
fstring name;