diff options
author | Volker Lendecke <vl@samba.org> | 2008-05-12 17:07:37 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-21 23:35:24 +0200 |
commit | ec70996fc71768eabdc92076a60a9fa04ae717ab (patch) | |
tree | 081ac59624f687f7994f541be80906d44404f35b /source3/include | |
parent | 9a6b1f4b5f54c9d14be03c11252f1348d27131f8 (diff) | |
download | samba-ec70996fc71768eabdc92076a60a9fa04ae717ab.tar.gz samba-ec70996fc71768eabdc92076a60a9fa04ae717ab.tar.bz2 samba-ec70996fc71768eabdc92076a60a9fa04ae717ab.zip |
Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd
(This used to be commit 2ff908a902ec857856518eaddb5246dd5067063d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |