summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/passdb/pdb_ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c
index 2571ecd33a..ca7b1c8170 100644
--- a/source3/passdb/pdb_ldap.c
+++ b/source3/passdb/pdb_ldap.c
@@ -2440,7 +2440,7 @@ static NTSTATUS ldapsam_setsamgrent(struct pdb_methods *my_methods,
static void ldapsam_endsamgrent(struct pdb_methods *my_methods)
{
- return ldapsam_endsampwent(my_methods);
+ ldapsam_endsampwent(my_methods);
}
static NTSTATUS ldapsam_getsamgrent(struct pdb_methods *my_methods,