summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorGerald W. Carter <jerry@samba.org>2008-04-22 12:22:59 -0500
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:50 -0500
commit5984097e0921996aacad0d6077e7f866f74d8c23 (patch)
treed63a2e1ec67fada7999668c27635ed7ad89560e5 /source3/nsswitch/libwbclient/wbclient.h
parent9670e9e9b33ae0ef36d24afcaae95db43a6c5036 (diff)
downloadsamba-5984097e0921996aacad0d6077e7f866f74d8c23.tar.gz
samba-5984097e0921996aacad0d6077e7f866f74d8c23.tar.bz2
samba-5984097e0921996aacad0d6077e7f866f74d8c23.zip
Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX
Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags. (This used to be commit 1cb2305fc96be0c190621f7c86c0476e4ea1fff7)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h
index d73ea297a3..67fa25691a 100644
--- a/source3/nsswitch/libwbclient/wbclient.h
+++ b/source3/nsswitch/libwbclient/wbclient.h
@@ -135,10 +135,10 @@ struct wbcDomainInfo {
/* wbcDomainInfo->domain_flags */
-#define WBC_DOMINFO_UNKNOWN 0x00000000
-#define WBC_DOMINFO_NATIVE 0x00000001
-#define WBC_DOMINFO_AD 0x00000002
-#define WBC_DOMINFO_PRIMARY 0x00000004
+#define WBC_DOMINFO_DOMAIN_UNKNOWN 0x00000000
+#define WBC_DOMINFO_DOMAIN_NATIVE 0x00000001
+#define WBC_DOMINFO_DOMAIN_AD 0x00000002
+#define WBC_DOMINFO_DOMAIN_PRIMARY 0x00000004
/* wbcDomainInfo->trust_flags */