diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-01 00:37:52 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-09-01 00:37:52 +0000 |
commit | 39559ee4ad9b7431f16cb8fea6fa1ed5ecacb7d6 (patch) | |
tree | 7f1af3f863ac9ae7cef93632ec55303f5cb04f15 /source/lib/samba3/samba3.h | |
parent | 3a58ee9f7e90eff6cc58a6c57298e0ea76326b4b (diff) | |
download | samba-39559ee4ad9b7431f16cb8fea6fa1ed5ecacb7d6.tar.gz samba-39559ee4ad9b7431f16cb8fea6fa1ed5ecacb7d6.tar.xz samba-39559ee4ad9b7431f16cb8fea6fa1ed5ecacb7d6.zip |
r9854: Finish ldb_map testsuite
Update PLAN
Some more small other fixes
Diffstat (limited to 'source/lib/samba3/samba3.h')
-rw-r--r-- | source/lib/samba3/samba3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/samba3/samba3.h b/source/lib/samba3/samba3.h index f0f4c99513c..a5f60bf1c27 100644 --- a/source/lib/samba3/samba3.h +++ b/source/lib/samba3/samba3.h @@ -45,7 +45,6 @@ struct samba3_samaccount { char *profile_path; char *acct_desc; char *workstations; - uid_t uid; uint32_t user_rid, group_rid, hours_len, unknown_6; uint16_t acct_ctrl, logon_divs; uint16_t bad_password_count, logon_count; |