diff options
author | Simo Sorce <simo@redhat.com> | 2013-03-03 18:06:13 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-03-13 14:39:50 -0400 |
commit | 12150d43f17feff531ce6c59c91653205f889649 (patch) | |
tree | 2859cc3e7accedad7365ff822b0769ea5c7285ba /src/providers/ldap/sdap_access.h | |
parent | d5d0fb8278afa5bb95bffd8e4e9c8ac13c18419c (diff) | |
download | sssd-err_facility.tar.gz sssd-err_facility.tar.xz sssd-err_facility.zip |
Convert sdap_access to new error codeserr_facility
Also simplify sdap_access_send to avoid completely fake _send() routines.
Diffstat (limited to 'src/providers/ldap/sdap_access.h')
-rw-r--r-- | src/providers/ldap/sdap_access.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h index 4f5f7201..cda07868 100644 --- a/src/providers/ldap/sdap_access.h +++ b/src/providers/ldap/sdap_access.h @@ -63,7 +63,6 @@ sdap_access_send(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, struct sdap_access_ctx *access_ctx, struct pam_data *pd); -errno_t -sdap_access_recv(struct tevent_req *req, int *pam_status); +errno_t sdap_access_recv(struct tevent_req *req); #endif /* SDAP_ACCESS_H_ */ |