diff options
Diffstat (limited to 'src/providers/ldap/ldap_id.c')
-rw-r--r-- | src/providers/ldap/ldap_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_id.c b/src/providers/ldap/ldap_id.c index 9121a3e9..ce94731c 100644 --- a/src/providers/ldap/ldap_id.c +++ b/src/providers/ldap/ldap_id.c @@ -673,7 +673,7 @@ static void sdap_check_online_done(struct tevent_req *req) int dp_err = DP_ERR_FATAL; bool can_retry; - ret = sdap_cli_connect_recv_ext(req, NULL, &can_retry, NULL); + ret = sdap_cli_connect_recv(req, NULL, &can_retry, NULL, NULL); talloc_zfree(req); if (ret != EOK) { |