From: Bradley Nicholes Date: Tue, 1 Feb 2005 17:27:04 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.1.3~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2792bc7d896dac1be43b0205042baff752ca1e;p=apache Fix a typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149421 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index bfce1ad5dd..396e23df90 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -1612,7 +1612,7 @@ static const char *util_ldap_set_connection_timeout(cmd_parms *cmd, void *dummy, "[%d] ldap connection: Setting connection timeout to %ld seconds.", getpid(), st->connectionTimeout); #else - ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, s, + ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server, "LDAP: Connection timout option not supported by the LDAP SDK in use." ); #endif