From d87feb3baffe62bbf8f709f6bb66e19b78abfb53 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 20 Mar 2003 10:04:13 +0000 Subject: Merge Herb's change. Volker (This used to be commit e8725913f9f174c03683a35bbce16ee33ab4c707) --- source3/passdb/pdb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/passdb/pdb_ldap.c b/source3/passdb/pdb_ldap.c index 98ddc72ed1..3373b6c838 100644 --- a/source3/passdb/pdb_ldap.c +++ b/source3/passdb/pdb_ldap.c @@ -2439,7 +2439,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, -- cgit