From 2a4648024e705623de2041b9c0c9a74cfad8bd86 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Fri, 7 Dec 2012 23:23:20 +0000 Subject: [PATCH] fix typo --- src/modules/rlm_ldap/rlm_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.1.4