From 45a475dccb6dce140a8977d537d6c3eb1dc43376 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 2 Jan 2002 22:22:22 +0000 Subject: ooops./ forgot one (This used to be commit 501f3f3a8fb5ea27155f8c2fe266f1f659d7d22d) --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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 { -- cgit