diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-03-20 10:04:13 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-03-20 10:04:13 +0000 |
commit | d87feb3baffe62bbf8f709f6bb66e19b78abfb53 (patch) | |
tree | c6c77da16bd4abe2273ec4fa06aebc155097fc4f /source3/passdb | |
parent | c9167c943d24946066bbd62dbf33086a9a7bc3bd (diff) | |
download | samba-d87feb3baffe62bbf8f709f6bb66e19b78abfb53.tar.gz samba-d87feb3baffe62bbf8f709f6bb66e19b78abfb53.tar.bz2 samba-d87feb3baffe62bbf8f709f6bb66e19b78abfb53.zip |
Merge Herb's change.
Volker
(This used to be commit e8725913f9f174c03683a35bbce16ee33ab4c707)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |