From 6ce816453782882018a901eed4c4f74a9d6ee0d3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 15 Sep 2007 14:10:57 +0000 Subject: some more code cleanup, changing return type of _nss_ldap_init(), integrating _nss_ldap_init(), do_init_session(), do_parse_async() and _nss_ldap_search_async() into the functions that call them (each was only called once) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@406 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/ldap-nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/ldap-nss.h') diff --git a/nslcd/ldap-nss.h b/nslcd/ldap-nss.h index a09bf36..6a688de 100644 --- a/nslcd/ldap-nss.h +++ b/nslcd/ldap-nss.h @@ -191,7 +191,7 @@ enum nss_status _nss_ldap_assign_userpassword( return 0 for false, not-0 for true */ int has_objectclass(MYLDAP_SESSION *session,LDAPMessage *entry,const char *objectclass); -enum nss_status _nss_ldap_init(MYLDAP_SESSION *session); +int _nss_ldap_init(MYLDAP_SESSION *session); /* * get the RDN's value: eg. if the RDN was cn=lukeh, getrdnvalue(entry) -- cgit v1.2.3