Fix build problem
authorAlan T. DeKok <aland@freeradius.org>
Mon, 30 Nov 2009 16:07:22 +0000 (17:07 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 30 Nov 2009 16:07:41 +0000 (17:07 +0100)
src/modules/rlm_ldap/rlm_ldap.c

index fa1416f..66a91a8 100644 (file)
@@ -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));
        }