diff options
author | Andreas Schneider <asn@samba.org> | 2011-02-22 16:48:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-08 11:41:29 +0100 |
commit | 254c02041cf937a90343df760396bc6e2ac766c5 (patch) | |
tree | c4bb8d548194cc857291d3b345e24e194d1aec97 /source3/include | |
parent | d14de8fd4dc1d37bfd244e62eae55555d393c9f9 (diff) | |
download | samba-254c02041cf937a90343df760396bc6e2ac766c5.tar.gz samba-254c02041cf937a90343df760396bc6e2ac766c5.tar.bz2 samba-254c02041cf937a90343df760396bc6e2ac766c5.zip |
s3-rpc_server: Added server address to pipes struct.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 48ad876e34..e1be93c4ba 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -118,6 +118,7 @@ struct pipes_struct { struct pipes_struct *next, *prev; struct client_address *client_id; + struct client_address *server_id; struct auth_serversupplied_info *session_info; struct messaging_context *msg_ctx; |