From 557535302c260a2f6102411d7d884eb0f83696c7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 16 Nov 2009 11:01:53 +0100 Subject: [PATCH] s3:pdb_ldap: fix a comment typo Michael --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 401bf95ba1b..90ac8e5ffa7 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 */ -- 2.11.4.GIT