Skip to content

Commit

Permalink
We now use the correct name for function macros...
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 17, 2014
1 parent 20e0efd commit add9d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/rlm_ldap/ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ void *mod_conn_create(TALLOC_CTX *ctx, void *instance)
do_ldap_option(LDAP_OPT_X_KEEPALIVE_INTERVAL, "keepalive interval", &(inst->keepalive_interval));
#endif

#ifdef HAVE_LDAP_START_TLS
#ifdef HAVE_LDAP_START_TLS_S
/*
* Set all of the TLS options
*/
Expand Down Expand Up @@ -1449,7 +1449,7 @@ void *mod_conn_create(TALLOC_CTX *ctx, void *instance)
goto error;
}
}
#endif /* HAVE_LDAP_START_TLS */
#endif /* HAVE_LDAP_START_TLS_S */

status = rlm_ldap_bind(inst, NULL, &conn, inst->admin_dn, inst->password, false);
if (status != LDAP_PROC_SUCCESS) {
Expand Down

0 comments on commit add9d95

Please sign in to comment.