diff options
author | Simo Sorce <idra@samba.org> | 2002-01-21 07:55:35 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-01-21 07:55:35 +0000 |
commit | d6b4327f11875c5634fa9452242ed2c5730d5934 (patch) | |
tree | 4b57da4179aa4ef3da62e77a80b0f3fae41aa460 /source3 | |
parent | 6e22428f278bd5241999b1fe885ccf6af84b8c93 (diff) | |
download | samba-d6b4327f11875c5634fa9452242ed2c5730d5934.tar.gz samba-d6b4327f11875c5634fa9452242ed2c5730d5934.tar.bz2 samba-d6b4327f11875c5634fa9452242ed2c5730d5934.zip |
hmm, get it right this time.
(This used to be commit 57a145bff6b382e6dc9a9af96451175d81462c8d)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/pdb_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_tdb.c b/source3/passdb/pdb_tdb.c index a089b947f4..30fe3dc354 100644 --- a/source3/passdb/pdb_tdb.c +++ b/source3/passdb/pdb_tdb.c @@ -147,7 +147,7 @@ static BOOL init_sam_from_buffer (struct tdbsam_privates *tdb_state, ret = False; goto done; } - uid_t = pw->pw_uid; + uid = pw->pw_uid; gid = pw->pw_gid; pdb_set_uid(sampass, uid); |