summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-23 08:38:27 +0200
committerVolker Lendecke <vl@samba.org>2008-06-24 10:31:36 +0200
commit64a4dfaa826cf9319ef3f5c65023352bf8af539e (patch)
tree1a94e1064373ef27b027aa20feefc019624278b9 /source/include/ntdomain.h
parent40ca5764cf4310769c002b8cb6041fe2af4e6d0b (diff)
downloadsamba-64a4dfaa826cf9319ef3f5c65023352bf8af539e.tar.gz
samba-64a4dfaa826cf9319ef3f5c65023352bf8af539e.tar.xz
samba-64a4dfaa826cf9319ef3f5c65023352bf8af539e.zip
Remove "conn" from pipes_struct
For spoolss, we need the client's IP address
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index 46842c8b97d..caf7e3431c1 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -211,7 +211,8 @@ struct pipe_auth_data {
typedef struct pipes_struct {
struct pipes_struct *next, *prev;
- connection_struct *conn;
+ char client_address[INET6_ADDRSTRLEN];
+
uint16 vuid; /* points to the unauthenticated user that opened this pipe. */
fstring name;