summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/winbindd.h')
-rw-r--r--source3/winbindd/winbindd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd.h b/source3/winbindd/winbindd.h
index c0df6fde3e..2e7d09f442 100644
--- a/source3/winbindd/winbindd.h
+++ b/source3/winbindd/winbindd.h
@@ -178,6 +178,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;