From: Matthew Newton Date: Fri, 7 Dec 2012 23:23:20 +0000 (+0000) Subject: fix typo X-Git-Tag: docs_marker_master~77^2 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=2a4648024e705623de2041b9c0c9a74cfad8bd86;p=freeradius.git fix typo --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 46d72f5..15aebb8 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -540,7 +540,7 @@ static void *ldap_conn_create(void *ctx) if (ldap_int_tls_config(NULL, LDAP_OPT_X_TLS_REQUIRE_CERT, (inst->tls_require_cert)) != LDAP_OPT_SUCCESS) { ldap_get_option(handle, LDAP_OPT_ERROR_NUMBER, &ldap_errno); - radlog(L_ERR, "rlm_ldap (%s): could not set ", + radlog(L_ERR, "rlm_ldap (%s): could not set " "LDAP_OPT_X_TLS_REQUIRE_CERT option to %s: %s", inst->xlat_name, inst->tls_require_cert,