summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-03-19 22:38:37 +0000
committerHerb Lewis <herb@samba.org>2003-03-19 22:38:37 +0000
commit4377376832b9ce40c7a7b99e04c23c25d96915ca (patch)
tree26fc9091b6e2b4d6578d7b15429efc3742ae453d /source3/passdb
parent6c6fb121cd36c4aaeacca295fde744617e3fa61e (diff)
downloadsamba-4377376832b9ce40c7a7b99e04c23c25d96915ca.tar.gz
samba-4377376832b9ce40c7a7b99e04c23c25d96915ca.tar.bz2
samba-4377376832b9ce40c7a7b99e04c23c25d96915ca.zip
void function cannot return a value (besides the function called was
a void) (This used to be commit 55681422e97ede0ff9446925c7678d6254b13878)
Diffstat (limited to 'source3/passdb')
-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,