summaryrefslogtreecommitdiff
path: root/source/libnet/libnet_join.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-12 00:07:41 +0100
committerGünther Deschner <gd@samba.org>2008-02-12 09:48:47 +0100
commitd1e5a5a7f9dfb5756398e99cf09a4712d2b42682 (patch)
treeaac17fa18809ce40ebdac8414ee863c203fc0619 /source/libnet/libnet_join.c
parentef7c74401c71a238944cb1a9bbd448a4693339bf (diff)
downloadsamba-d1e5a5a7f9dfb5756398e99cf09a4712d2b42682.tar.gz
Removing unused ACCT_-flags.
Guenther
Diffstat (limited to 'source/libnet/libnet_join.c')
-rw-r--r--source/libnet/libnet_join.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/libnet/libnet_join.c b/source/libnet/libnet_join.c
index 6d9cc1fbc4c..e6fcc76d6ca 100644
--- a/source/libnet/libnet_join.c
+++ b/source/libnet/libnet_join.c
@@ -776,7 +776,8 @@ static NTSTATUS libnet_join_joindomain_rpc(TALLOC_CTX *mem_ctx,
ZERO_STRUCT(ctr);
ZERO_STRUCT(p25);
- fields_present = ACCT_NT_PWD_SET | ACCT_LM_PWD_SET | ACCT_FLAGS;
+ fields_present = ACCT_NT_PWD_SET | ACCT_LM_PWD_SET |
+ SAMR_FIELD_ACCT_FLAGS;
init_sam_user_info25P(&p25, fields_present, acb_info, (char *)pwbuf);
ctr.switch_value = infolevel;