summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-24 14:18:55 +0200
committerVolker Lendecke <vl@samba.org>2008-06-26 13:13:22 +0200
commitd331624fdfe9fc72f1da7fd01c59a1a20cf1c7d7 (patch)
tree2c5abd6a0f47e68519987f92a4ac6a9fbfb818d0 /source3/include/ntdomain.h
parenta8a0dd4241d3717b9b7273ac44de08c24835eeef (diff)
downloadsamba-d331624fdfe9fc72f1da7fd01c59a1a20cf1c7d7.tar.gz
samba-d331624fdfe9fc72f1da7fd01c59a1a20cf1c7d7.tar.bz2
samba-d331624fdfe9fc72f1da7fd01c59a1a20cf1c7d7.zip
Add server_info to pipes_struct
(This used to be commit d621867bb8767e1c4236d28dd9294a61db6cbb10)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index caf7e3431c..352d17bd3b 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -215,6 +215,8 @@ typedef struct pipes_struct {
uint16 vuid; /* points to the unauthenticated user that opened this pipe. */
+ struct auth_serversupplied_info *server_info;
+
fstring name;
fstring pipe_srv_name;