summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-16 11:01:26 +0200
committerVolker Lendecke <vl@samba.org>2010-08-18 11:18:23 +0200
commit4b5e252354660501576c8452f48514852f40270e (patch)
tree16f112b0719f6252bd833f7a759f33bff1397abb /source3/include/ntdomain.h
parent6d10684556e9f9e847ec03dd8af057e8d4558e35 (diff)
downloadsamba-4b5e252354660501576c8452f48514852f40270e.tar.gz
samba-4b5e252354660501576c8452f48514852f40270e.tar.bz2
samba-4b5e252354660501576c8452f48514852f40270e.zip
s3: Add "client_id" to pipes_struct
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 071e915561..073efe54b9 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -131,7 +131,7 @@ struct pipe_auth_data {
struct pipes_struct {
struct pipes_struct *next, *prev;
- char client_address[INET6_ADDRSTRLEN];
+ struct client_address *client_id;
struct auth_serversupplied_info *server_info;
struct messaging_context *msg_ctx;