From ec70996fc71768eabdc92076a60a9fa04ae717ab Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 May 2008 17:07:37 +0200 Subject: Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd (This used to be commit 2ff908a902ec857856518eaddb5246dd5067063d) --- source3/include/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index 7d76b8e6f5..c5882e34b6 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -72,8 +72,8 @@ struct rpc_pipe_client { uint16 fnum; } np; struct { - int sock; - } tcp; + int fd; + } sock; } trans ; const struct ndr_syntax_id *abstract_syntax; -- cgit