summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-01-02 22:22:22 +0000
committerGerald Carter <jerry@samba.org>2002-01-02 22:22:22 +0000
commit45a475dccb6dce140a8977d537d6c3eb1dc43376 (patch)
tree329a3ffc127d7dccd281d43b2fa663e5500eac07 /source3/include
parent8718f839bef1e25521132912c947a990d433bfba (diff)
downloadsamba-45a475dccb6dce140a8977d537d6c3eb1dc43376.tar.gz
samba-45a475dccb6dce140a8977d537d6c3eb1dc43376.tar.bz2
samba-45a475dccb6dce140a8977d537d6c3eb1dc43376.zip
ooops./ forgot one
(This used to be commit 501f3f3a8fb5ea27155f8c2fe266f1f659d7d22d)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index d4161323e3..bbd3fd9f24 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -612,7 +612,7 @@ typedef struct {
((pdb_get_init_flag(x) & FLAG_SAM_UID) \
&& (pdb_get_init_flag(x) & FLAG_SAM_GID))
-#define IS_SAM_SET(x, flag) ((x)->init_flag & (flag))
+#define IS_SAM_SET(x, flag) ((x)->private.init_flag & (flag))
typedef struct sam_passwd
{