diff options
Diffstat (limited to 'src/providers/ldap/ldap_common.c')
-rw-r--r-- | src/providers/ldap/ldap_common.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/providers/ldap/ldap_common.c b/src/providers/ldap/ldap_common.c index 27b62a635..c9f78ff8d 100644 --- a/src/providers/ldap/ldap_common.c +++ b/src/providers/ldap/ldap_common.c @@ -38,12 +38,6 @@ /* a fd the child process would log into */ int ldap_child_debug_fd = -1; -void sdap_handler_done(struct be_req *req, int dp_err, - int error, const char *errstr) -{ - return be_req_terminate(req, dp_err, error, errstr); -} - int ldap_id_setup_tasks(struct sdap_id_ctx *ctx) { return sdap_id_setup_tasks(ctx->be, ctx, ctx->opts->sdom, |