summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-08 16:25:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:33 -0500
commite0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472 (patch)
tree2db784e64151320e8baa0daf737753ee8f63fb19 /source4/winbind/wb_server.h
parent1e14572a2648b000ec6b1567fa72ca9ba6531c48 (diff)
downloadsamba-e0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472.tar.gz
samba-e0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472.tar.bz2
samba-e0c11738ae9cf6a2fd3c3d8f4ec036f615f1f472.zip
r10834: Work in progress on winbind. With some helper routines the composite functions
start to look sane. Question: What about providing all winbind commands as irpc interfaces that are called from the samba3 compatibility layer? This way it would be easy for other samba components to access its functionality. Does that make sense? Volker (This used to be commit 2a6b8053859ea5690f90a8d2074d2bb4f06551f8)
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index e90ea7f0a7..9d7f0c8336 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -32,7 +32,7 @@
/* this struct stores global data for the winbind task */
struct wbsrv_service {
struct task_server *task;
- struct dcerpc_pipe *netlogon;
+ struct dcerpc_pipe *netlogon_pipe;
struct dcerpc_pipe *lsa_pipe;
};