summaryrefslogtreecommitdiff
path: root/source3/sam/account.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-14 21:40:45 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-14 21:40:45 +0000
commitfe0d3de7f2cfc316e5ebc27f3a074dda5322b4bc (patch)
treeeecb24cf84d79f0439f19785b53881b53f520459 /source3/sam/account.c
parent4d0a35c55e41648cef0213bea6ae4795feca0787 (diff)
downloadsamba-fe0d3de7f2cfc316e5ebc27f3a074dda5322b4bc.tar.gz
samba-fe0d3de7f2cfc316e5ebc27f3a074dda5322b4bc.tar.bz2
samba-fe0d3de7f2cfc316e5ebc27f3a074dda5322b4bc.zip
Don't use SAM FLAGS from smb.h since they're gone - patch from metze
(This used to be commit 82a0abf4c84ddd0672b3c5ea4ba9759abd6778c6)
Diffstat (limited to 'source3/sam/account.c')
-rw-r--r--source3/sam/account.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/sam/account.c b/source3/sam/account.c
index 9144c23844..1b43db57d9 100644
--- a/source3/sam/account.c
+++ b/source3/sam/account.c
@@ -37,8 +37,6 @@ static void sam_fill_default_account(SAM_ACCOUNT_HANDLE *account)
/* Don't change these timestamp settings without a good reason.
They are important for NT member server compatibility. */
- account->private.init_flag = FLAG_SAM_UNINIT;
-
/* FIXME: We should actually call get_nt_time_max() or sthng
* here */
unix_to_nt_time(&(account->private.logoff_time),get_time_t_max());