summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-01-14 11:55:19 +0100
committerGünther Deschner <gd@samba.org>2014-01-16 16:22:52 +0100
commit59bc7cb0df59c0030ff404e845b3fda048c6ef73 (patch)
tree762e52502cdc1472f17ec87626e0fc1764c1d330 /source4/winbind/wb_server.h
parent00d616e104b4828a157492fa0c8c09b981bcdfb9 (diff)
downloadsamba-59bc7cb0df59c0030ff404e845b3fda048c6ef73.tar.gz
samba-59bc7cb0df59c0030ff404e845b3fda048c6ef73.tar.xz
samba-59bc7cb0df59c0030ff404e845b3fda048c6ef73.zip
s4:winbind: make clear that we use the global tevent_context
We should avoid using the tevent_context pointer on a dcecli_connection, it's the same as the global per task one anyway. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 26c404d12bd..ea93de60c83 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -56,6 +56,8 @@ struct wb_dom_info {
struct wbsrv_domain {
struct wbsrv_domain *next, *prev;
+ struct wbsrv_service *service;
+
struct wb_dom_info *info;
/* Details for the server we are currently talking to */