1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Merge Herb's change.

Volker
(This used to be commit e8725913f9f174c03683a35bbce16ee33ab4c707)
This commit is contained in:
Volker Lendecke 2003-03-20 10:04:13 +00:00
parent c9167c943d
commit d87feb3baf

View File

@ -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,