summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_server.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-14 17:36:23 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-15 15:39:35 +1000
commitee61568be6bcb217d106c08ec915775c8476ed56 (patch)
tree2b502868d5c59dbac6c1ff50f1bf7ec99b593ae2 /source4/winbind/wb_server.h
parent0c447e316f17e64becaf70c91006b90de21887df (diff)
downloadsamba-ee61568be6bcb217d106c08ec915775c8476ed56.tar.gz
samba-ee61568be6bcb217d106c08ec915775c8476ed56.tar.bz2
samba-ee61568be6bcb217d106c08ec915775c8476ed56.zip
s4-winbind: use finddcs_cldap() in winbind
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/winbind/wb_server.h')
-rw-r--r--source4/winbind/wb_server.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h
index 7fc778a97b..ddb77d05f6 100644
--- a/source4/winbind/wb_server.h
+++ b/source4/winbind/wb_server.h
@@ -48,9 +48,7 @@ struct wb_dom_info {
const char *name;
const char *dns_name;
const struct dom_sid *sid;
-
- int num_dcs;
- struct nbt_dc_name *dcs;
+ struct nbt_dc_name *dc;
};
struct wbsrv_domain {