From 2bcbeea05ec4b831d587f83795029dfbe5476c79 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 16 Jun 2011 16:12:07 +0200 Subject: s3-rpc_server: Remove client_id and server_id from pipes struct. Signed-off-by: Andrew Bartlett --- source3/include/ntdomain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 814dfaf363..46579b7250 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -110,8 +110,6 @@ struct tsocket_address; struct pipes_struct { struct pipes_struct *next, *prev; - struct client_address *client_id; - struct client_address *server_id; const struct tsocket_address *local_address; const struct tsocket_address *remote_address; -- cgit