summaryrefslogtreecommitdiff
path: root/source3/libnet
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
commit90631dd2c27db6480ddfaec5746c84579ec684be (patch)
treeda4b4a2d3efd974570a6fcd7ccbc96ed6029911b /source3/libnet
parentf0149d23d206675304d879d60c491da3497ef3b9 (diff)
downloadsamba-90631dd2c27db6480ddfaec5746c84579ec684be.tar.gz
samba-90631dd2c27db6480ddfaec5746c84579ec684be.tar.bz2
samba-90631dd2c27db6480ddfaec5746c84579ec684be.zip
Removing unused ACCT_-flags.
Guenther (This used to be commit d1e5a5a7f9dfb5756398e99cf09a4712d2b42682)
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_join.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c
index 6d9cc1fbc4..e6fcc76d6c 100644
--- a/source3/libnet/libnet_join.c
+++ b/source3/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;