summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-03-01 20:47:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:53 -0500
commita374546c7e8dfc17eb2346c518d1d89f28c32feb (patch)
tree00da35c1dd32be325832c14019231c90ef02de1a /source/passdb/passdb.c
parentb5f01559e1f75c427e59646ee79e18433806213e (diff)
downloadsamba-a374546c7e8dfc17eb2346c518d1d89f28c32feb.tar.gz
samba-a374546c7e8dfc17eb2346c518d1d89f28c32feb.tar.xz
samba-a374546c7e8dfc17eb2346c518d1d89f28c32feb.zip
r13776: Merge in the editposix ldapsam optimization
Diffstat (limited to 'source/passdb/passdb.c')
-rw-r--r--source/passdb/passdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/passdb/passdb.c b/source/passdb/passdb.c
index 130d6ba8f62..d795888180f 100644
--- a/source/passdb/passdb.c
+++ b/source/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 );