1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

void function cannot return a value (besides the function called was

a void)
This commit is contained in:
Herb Lewis -
parent 5078436d83
commit 55681422e9

View File

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