1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Forgot to commit this for the 'get our primary domain' change.

(This used to be commit 6f3cd9e2af7f1b4bdd7cb0e487987de159bb0dd8)
This commit is contained in:
Andrew Bartlett 2003-12-31 08:42:22 +00:00
parent e6de276ff4
commit b34401b48a

View File

@ -95,6 +95,7 @@ struct winbindd_domain {
fstring alt_name; /* alt Domain name (if any) */
DOM_SID sid; /* SID for this domain */
BOOL native_mode; /* is this a win2k domain in native mode ? */
BOOL primary; /* is this our primary domain ? */
/* Lookup methods for this domain (LDAP or RPC) */
struct winbindd_methods *methods;