From d6b4327f11875c5634fa9452242ed2c5730d5934 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 21 Jan 2002 07:55:35 +0000 Subject: hmm, get it right this time. (This used to be commit 57a145bff6b382e6dc9a9af96451175d81462c8d) --- source3/passdb/pdb_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/pdb_tdb.c') 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); -- cgit