diff options
author | Michael Adam <obnox@samba.org> | 2009-11-16 11:01:53 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-19 17:55:47 +0100 |
commit | 557535302c260a2f6102411d7d884eb0f83696c7 (patch) | |
tree | 813863c8201beeb7b13b810e4a88f278cf354121 /source3/passdb | |
parent | 457055871af86567acc122fb0309c2db9517879a (diff) | |
download | samba-557535302c260a2f6102411d7d884eb0f83696c7.tar.gz samba-557535302c260a2f6102411d7d884eb0f83696c7.tar.bz2 samba-557535302c260a2f6102411d7d884eb0f83696c7.zip |
s3:pdb_ldap: fix a comment typo
Michael
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 401bf95ba1..90ac8e5ffa 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -5071,7 +5071,7 @@ static bool ldapsam_uid_to_sid(struct pdb_methods *methods, uid_t uid, /* - * The following functions is called only if + * The following functions are called only if * ldapsam:trusted and ldapsam:editposix are * set to true */ |