summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/winbindd/winbindd.h')
-rw-r--r--source/winbindd/winbindd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/winbindd/winbindd.h b/source/winbindd/winbindd.h
index f97eed07fc3..63b72692f7b 100644
--- a/source/winbindd/winbindd.h
+++ b/source/winbindd/winbindd.h
@@ -183,6 +183,8 @@ struct winbindd_domain {
* to False. This variable is around so that
* we don't have to try _ex every time. */
+ bool can_do_ncacn_ip_tcp;
+
/* Lookup methods for this domain (LDAP or RPC) */
struct winbindd_methods *methods;