From: Alan T. DeKok Date: Mon, 30 Nov 2009 16:07:22 +0000 (+0100) Subject: Fix build problem X-Git-Tag: release_2_1_8~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e97c175ac6aa8634ea68facdd73ce2e57ef0cd2;p=thirdparty%2Ffreeradius-server.git Fix build problem --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index fa1416f393c..66a91a8615c 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -2322,8 +2322,9 @@ static LDAP *ldap_connect(void *instance, const char *dn, const char *password, if (ldap_int_tls_config(NULL, LDAP_OPT_X_TLS_REQUIRE_CERT, (inst->tls_require_cert)) != LDAP_OPT_SUCCESS) { ldap_get_option(ld, LDAP_OPT_ERROR_NUMBER, &ldap_errno); - radlog(L_ERR, " [%s] could not set ", inst->xlat_name + radlog(L_ERR, " [%s] could not set ", "LDAP_OPT_X_TLS_REQUIRE_CERT option to %s: %s", + inst->xlat_name, inst->tls_require_cert, ldap_err2string(ldap_errno)); }