From 254c02041cf937a90343df760396bc6e2ac766c5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 22 Feb 2011 16:48:15 +0100 Subject: s3-rpc_server: Added server address to pipes struct. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/ntdomain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/ntdomain.h') 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; -- cgit