From 1da8345777c53ed650b9833c23f4dcfec64d7252 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 1 Mar 2006 20:47:36 +0000 Subject: r13776: Merge in the editposix ldapsam optimization (This used to be commit a374546c7e8dfc17eb2346c518d1d89f28c32feb) --- source3/passdb/passdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/passdb/passdb.c') diff --git a/source3/passdb/passdb.c b/source3/passdb/passdb.c index 130d6ba8f6..d795888180 100644 --- a/source3/passdb/passdb.c +++ b/source3/passdb/passdb.c @@ -222,7 +222,7 @@ static NTSTATUS samu_set_unix_internal(struct samu *user, const struct passwd *p return NT_STATUS_OK; } - /* generate a SID for the user ewith the RID algorithm */ + /* generate a SID for the user with the RID algorithm */ urid = algorithmic_pdb_uid_to_user_rid( user->unix_pw->pw_uid ); -- cgit